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.

52 lines
930 B

  1. #pragma once
  2. #define COM_NO_WINDOWS_H
  3. #define RPC_NO_WINDOWS_H
  4. #define NOCOMM
  5. #define NOCRYPT
  6. #define NOHELP
  7. #define NOICONS
  8. #define NOIME
  9. #define NOMCX
  10. #define NOMDI
  11. #define NOMENUS
  12. #define NOMETAFILE
  13. #define NOSOUND
  14. #define NOSYSPARAMSINFO
  15. #define NOWH
  16. #define NOWINABLE
  17. #define NOWINRES
  18. #define NETMAN
  19. #include <nt.h>
  20. #include <ntrtl.h>
  21. #include <nturtl.h>
  22. #include <windows.h>
  23. #include <windowsx.h>
  24. #include <commdlg.h>
  25. #include <cfgmgr32.h>
  26. #include <devguid.h>
  27. #include <infstr.h>
  28. #include <regstr.h>
  29. #include <setupapi.h>
  30. #include <shellapi.h>
  31. #include <shlobj.h> // must come before shlguid.h
  32. #include <shlguid.h>
  33. #include <stdio.h>
  34. #include <wchar.h>
  35. #include "ncstl.h"
  36. #include "ncmem.h"
  37. #include "algorithm"
  38. #include "list"
  39. #include "map"
  40. #include "set"
  41. #include "vector"
  42. using namespace std;
  43. #include "ncbase.h"
  44. #include "ncdebug.h"
  45. #include "ncdefine.h"