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.

57 lines
984 B

  1. #ifndef __COMPATADMIN_PRECOMP_H
  2. #define __COMPATADMIN_PRECOMP_H
  3. #undef NDEBUG
  4. #include <assert.h>
  5. #include <nt.h>
  6. #include <ntrtl.h>
  7. #include <nturtl.h>
  8. #include <windows.h>
  9. #define CSTRING ACCSTRING
  10. #include <Shlwapi.h>
  11. #include <Shellapi.h>
  12. #include <commctrl.h>
  13. #include <Commdlg.h>
  14. #include <Sddl.h>
  15. #include <Winbase.h>
  16. #include <map>
  17. #include <tchar.h>
  18. #include "CSTRING.H"
  19. #include "resource.h"
  20. #include "compatadmin.h"
  21. #include "CSearch.h"
  22. #include "wizard.h"
  23. #include "customlayer.h"
  24. #include "csearch.h"
  25. #include "CAppHelpWizard.h"
  26. #include "LUA.h"
  27. #include "SQLDriver.h"
  28. #include "CTree.h"
  29. #include "DbTree.h"
  30. #include "Shlobj.h"
  31. #include "Shlobjp.h"
  32. #include "cderr.h"
  33. #include <commctrl.h>
  34. #include <commdlg.h>
  35. #include <stdlib.h>
  36. #include <stdio.h>
  37. #include <stdarg.h>
  38. #include <psapi.h>
  39. #include "uxtheme.h"
  40. #include <process.h>
  41. extern "C" {
  42. #include "shimdb.h"
  43. }
  44. #endif // __COMPATADMIN_PRECOMP_H