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.

63 lines
1.3 KiB

  1. /****************************************************************************\
  2. PCH.H / OPK Wizard (OPKWIZ.EXE)
  3. Microsoft Confidential
  4. Copyright (c) Microsoft Corporation 1999
  5. All rights reserved
  6. Pre-compiled header file for the OPK Wizard. Include file for standard
  7. system include files, or project specific include files that are used
  8. frequently, but are changed infrequently
  9. 4/99 - Jason Cohen (JCOHEN)
  10. Updated this new header file for the OPK Wizard as part of the
  11. Millennium rewrite.
  12. 09/2000 - Stephen Lodwick (STELO)
  13. Ported OPK Wizard to Whistler
  14. \****************************************************************************/
  15. #ifndef _PCH_H_
  16. #define _PCH_H_
  17. //
  18. // Pre-include Defined Value(s):
  19. //
  20. // Needed to run on OSR2.
  21. //
  22. //#define _WIN32_IE 0x0400
  23. // Better type checking for windows
  24. //
  25. #define STRICT
  26. //
  27. // Include File(s):
  28. //
  29. // Standard include files (that are commonly used)
  30. //
  31. #include <opklib.h>
  32. #include <windows.h>
  33. #include <windowsx.h>
  34. #include <tchar.h>
  35. #include <commctrl.h>
  36. #include <shlwapi.h>
  37. #include <shellapi.h>
  38. #include <shlobj.h>
  39. #include <lm.h>
  40. // Project include files (that don't change often)
  41. //
  42. #include "allres.h"
  43. #include "jcohen.h"
  44. #include "main.h"
  45. #endif // _PCH_H_