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.

64 lines
1.4 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__202D3AE4_2F0E_11D1_A1F6_0080C88593A5__INCLUDED_)
  5. #define AFX_STDAFX_H__202D3AE4_2F0E_11D1_A1F6_0080C88593A5__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. //#define STRICT
  10. //#error DfrgUI stdafx
  11. #ifndef _WIN32_WINNT
  12. #define _WIN32_WINNT 0x0400
  13. #endif
  14. #pragma warning( disable: 4786 )
  15. #define _ATL_APARTMENT_THREADED
  16. #ifndef MSDEVBUILD
  17. //#include <afxwin.h>
  18. //#include <afxdisp.h>
  19. //#include <afxcmn.h>
  20. #endif
  21. #ifndef RTL_USE_AVL_TABLES
  22. #define RTL_USE_AVL_TABLES 0
  23. #endif // RTL_USE_AVL_TABLES
  24. #include<nt.h>
  25. #include<ntrtl.h>
  26. #include<nturtl.h>
  27. #include <atlbase.h>
  28. //////////////////////////////
  29. // fixes problem with atlwin.h
  30. #ifdef __cplusplus
  31. extern "C" { /* Assume C declarations for C++ */
  32. #endif /* __cplusplus */
  33. DECLSPEC_IMPORT VOID APIENTRY DragAcceptFiles(HWND,BOOL);
  34. #ifdef __cplusplus
  35. }
  36. #endif /* __cplusplus */
  37. // fixes problem with atlwin.h
  38. //////////////////////////////
  39. //You may derive a class from CComModule and use it if you want to override
  40. //something, but do not change the name of _Module
  41. extern CComModule _Module;
  42. #include <atlcom.h>
  43. #include <atlctl.h>
  44. #include <prsht.h>
  45. #include <shfusion.h>
  46. #endif // !defined(AFX_STDAFX_H__202D3AE4_2F0E_11D1_A1F6_0080C88593A5__INCLUDED)