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.

44 lines
1.1 KiB

  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. #if !defined(AFX_STDAFX_H__D92D1B88_0619_11D2_8014_00104B9A3106__INCLUDED_)
  5. #define AFX_STDAFX_H__D92D1B88_0619_11D2_8014_00104B9A3106__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. #define STRICT
  10. //#include <afxwin.h>
  11. //#include <afxdisp.h>
  12. #ifndef _AFX
  13. #define ASSERT _ASSERT
  14. #if _DEBUG
  15. #define VERIFY(f) _ASSERT(f)
  16. #else
  17. #define VERIFY(f) ((void)(f))
  18. #endif
  19. #define AFX_MANAGE_STATE(f) ((void) 0)
  20. #endif
  21. #define _ATL_APARTMENT_THREADED
  22. #include <atlbase.h>
  23. //You may derive a class from CComModule and use it if you want to override
  24. //something, but do not change the name of _Module
  25. extern CComModule _Module;
  26. #include <atlcom.h>
  27. #include <atlwin.h>
  28. // added:
  29. //#include <commctrl.h>
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  32. #endif // !defined(AFX_STDAFX_H__D92D1B88_0619_11D2_8014_00104B9A3106__INCLUDED)