~ubuntu-branches/ubuntu/hoary/devil/hoary

« back to all changes in this revision

Viewing changes to projects/msvc/mfc/stdafx.h

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-01-03 19:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050103195742-4ipkplcwygu3irv0
Tags: upstream-1.6.7
ImportĀ upstreamĀ versionĀ 1.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// stdafx.h : include file for standard system include files,
 
2
// or project specific include files that are used frequently, but
 
3
// are changed infrequently
 
4
//
 
5
 
 
6
#pragma once
 
7
 
 
8
#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
 
9
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
 
10
 
 
11
#ifndef VC_EXTRALEAN
 
12
#define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
 
13
#endif
 
14
 
 
15
#include <afx.h>
 
16
#include <afxwin.h>         // MFC core and standard components
 
17
 
 
18
// TODO: reference additional headers your program requires here