Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
586 B

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  5. #include <afxctl.h> // MFC support for OLE Controls
  6. // Delete the two includes below if you do not wish to use the MFC
  7. // database classes
  8. #ifndef _UNICODE
  9. //#include <afxdb.h> // MFC database classes
  10. //#include <afxdao.h> // MFC DAO database classes
  11. #endif //_UNICODE
  12. #include <afxtempl.h>
  13. #include <afxole.h>