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.

37 lines
1.2 KiB

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #if !defined(AFX_STDAFX_H__081C2078_58F7_4CA8_9685_5F0FBCCBB8B0__INCLUDED_)
  6. #define AFX_STDAFX_H__081C2078_58F7_4CA8_9685_5F0FBCCBB8B0__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #ifndef WINVER
  11. #define WINVER 0x0500
  12. #endif
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0501
  15. #endif _WIN32_WINNT
  16. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  17. #include <afxwin.h> // MFC core and standard components
  18. #include <afxext.h> // MFC extensions
  19. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  20. #ifndef _AFX_NO_AFXCMN_SUPPORT
  21. #include <afxcmn.h> // MFC support for Windows Common Controls
  22. #endif // _AFX_NO_AFXCMN_SUPPORT
  23. #define RECTWIDTH(prc) ((prc)->right-(prc)->left)
  24. #define RECTHEIGHT(prc) ((prc)->bottom-(prc)->top)
  25. //{{AFX_INSERT_LOCATION}}
  26. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  27. #endif // !defined(AFX_STDAFX_H__081C2078_58F7_4CA8_9685_5F0FBCCBB8B0__INCLUDED_)