Source code of Windows XP (NT5)
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.

36 lines
973 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: headers.hxx
  8. //
  9. //--------------------------------------------------------------------------
  10. // stdafx.h : include file for standard system include files,
  11. // or project specific include files that are used frequently, but
  12. // are changed infrequently
  13. //
  14. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows header
  15. #include <afxwin.h> // MFC core and standard components
  16. #include <afxext.h> // MFC extensions
  17. #ifndef _AFX_NO_AFXCMN_SUPPORT
  18. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  19. #endif // _AFX_NO_AFXCMN_SUPPORT
  20. //#include "windows.h"
  21. #include <objidl.h>
  22. #include <winreg.h>
  23. #include <basetyps.h>
  24. #include <afxtempl.h>
  25. #if (DBG==1) && !defined(_DEBUG)
  26. #define _DEBUG
  27. #endif
  28. #include "dbg.h"
  29. #include "..\inc\bitmap.h"