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.

60 lines
1.5 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1999
  5. //
  6. // File: stdafx.h
  7. //
  8. // Contents:
  9. //
  10. // History:
  11. //
  12. //
  13. //---------------------------------------------------------------------------
  14. // stdafx.h : include file for standard system include files,
  15. // or project specific include files that are used frequently, but
  16. // are changed infrequently
  17. //
  18. // #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  19. // #define _AFX_NO_OLE_SUPPORT
  20. // #define _AFX_NO_DB_SUPPORT
  21. #define _AFX_NO_DAO_SUPPORT
  22. // #define _AFX_NO_AFXCMN_SUPPORT
  23. #include <nt.h>
  24. #include <ntrtl.h>
  25. #include <nturtl.h>
  26. #ifdef ASSERT
  27. # undef ASSERT
  28. #endif
  29. #include <afxwin.h> // MFC core and standard components
  30. #include <afxext.h> // MFC extensions
  31. #include <llsapi.h>
  32. #ifndef _AFX_NO_OLE_SUPPORT
  33. #include <afxole.h> // MFC OLE classes
  34. #include <afxodlgs.h> // MFC OLE dialog classes
  35. #include <afxdisp.h> // MFC OLE automation classes
  36. #endif // _AFX_NO_OLE_SUPPORT
  37. #ifndef _AFX_NO_DB_SUPPORT
  38. #include <afxdb.h> // MFC ODBC database classes
  39. #endif // _AFX_NO_DB_SUPPORT
  40. #ifndef _AFX_NO_DAO_SUPPORT
  41. #include <afxdao.h> // MFC DAO database classes
  42. #endif // _AFX_NO_DAO_SUPPORT
  43. #ifndef _AFX_NO_AFXCMN_SUPPORT
  44. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  45. #endif // _AFX_NO_AFXCMN_SUPPORT