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.

54 lines
1.3 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__9E31E459_79CF_4F09_82F4_4A98E988859E__INCLUDED_)
  5. #define AFX_STDAFX_H__9E31E459_79CF_4F09_82F4_4A98E988859E__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #define STRICT
  10. #ifndef _WIN32_WINNT
  11. #define _WIN32_WINNT 0x0400
  12. #endif
  13. #define _ATL_APARTMENT_THREADED
  14. //a-kjaw
  15. #ifndef _SETUPAPI_VER
  16. #define _SETUPAPI_VER 0x0501
  17. #endif
  18. enum Classes_Provided
  19. {
  20. Class_Win32_PnPSignedDriver ,
  21. Class_Win32_PnPSignedDriverCIMDataFile ,
  22. Class_Win32_PnPSignedDriverWin32PnPEntity
  23. };
  24. //a-kjaw
  25. #include <afxwin.h>
  26. #include <afxdisp.h>
  27. #include <atlbase.h>
  28. //You may derive a class from CComModule and use it if you want to override
  29. //something, but do not change the name of _Module
  30. extern CComModule _Module;
  31. #include <atlcom.h>
  32. #include <atlhost.h>
  33. #include <atlctl.h>
  34. #include <atlwin.h>
  35. enum MSIColumnSortType { NOSORT, LEXICAL, BYVALUE };
  36. enum DataComplexity { BASIC, ADVANCED };
  37. #define WM_MSINFODATAREADY WM_USER + 1
  38. #undef _msxml_h_
  39. #include "msxml.h"
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_STDAFX_H__9E31E459_79CF_4F09_82F4_4A98E988859E__INCLUDED)