Leaked source code of windows server 2003
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.

33 lines
788 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Windows NT Secure Server Roles Security Configuration Wizard
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 2002
  7. //
  8. // File: pch.h
  9. //
  10. // Contents: precompiled includes
  11. //
  12. // History: 13-Sep-01 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #ifndef _pch_h
  16. #define _pch_h
  17. #include <burnslib.hpp>
  18. #include <atlbase.h>
  19. extern CComModule _Module;
  20. #define LookupPrivilegeValue LookupPrivilegeValueW
  21. #include <atlcom.h> // CComPtr et al
  22. #undef LookupPrivilegeValue
  23. #include <commctrl.h>
  24. #include <msxml.h>
  25. #include "strings.h"
  26. extern Popup popup;
  27. #pragma hdrstop
  28. #endif // _pch_h