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.

46 lines
1.5 KiB

  1. /******************************************************************************
  2. Source File: StdAfx.H
  3. This is a standard MFC file. It includes everything we want to have
  4. pre-compiled through StdAfx.CPP. Hence items being worked on never belong
  5. here.
  6. Copyright (c) 1997 by Microsoft Corporation. All Rights Reserved.
  7. A Pretty Penny Enterprises Production
  8. Change History:
  9. 03-03-1997 Bob_Kjelgaard@Prodigy.Net Created it when I re-orged the
  10. project.
  11. ******************************************************************************/
  12. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  13. #include <AfxWin.H> // MFC core and standard components
  14. #include <AfxExt.H> // MFC extensions
  15. #include <AfxCmn.H> // MFC support for Windows Common Controls
  16. #include <AfxRich.H> // MFC Support for rich edit controls and views
  17. #ifndef _AFX_NO_OLE_SUPPORT
  18. #include <afxole.h> // MFC OLE classes
  19. #include <afxodlgs.h> // MFC OLE dialog classes
  20. #include <afxdisp.h> // MFC OLE automation classes
  21. #endif // _AFX_NO_OLE_SUPPORT
  22. #ifndef _AFX_NO_DB_SUPPORT
  23. #include <afxdb.h> // MFC ODBC database classes
  24. #endif // _AFX_NO_DB_SUPPORT
  25. #ifndef _AFX_NO_DAO_SUPPORT
  26. #include <afxdao.h> // MFC DAO database classes
  27. #endif // _AFX_NO_DAO_SUPPORT
  28. #include <afxpriv.h>
  29. // Identifies this program in other include files. First use is in DEBUG.H.
  30. #define __MDT__ 1