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.

38 lines
617 B

  1. #pragma once
  2. #define COM_NO_WINDOWS_H
  3. #define RPC_NO_WINDOWS_H
  4. #define NOCOMM
  5. #define NOCRYPT
  6. #define NOGDI
  7. #define NOIME
  8. #define NOMCX
  9. #define NOMDI
  10. #define NOMETAFILE
  11. #define NOSOUND
  12. #define NOWH
  13. #define NOWINABLE
  14. #define NOWINRES
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include <windows.h>
  19. #include <objbase.h>
  20. #include <cfgmgr32.h>
  21. #include <devguid.h>
  22. #include <setupapi.h>
  23. #include <wchar.h>
  24. #include <shlwapi.h>
  25. #include "ncmem.h"
  26. #include "list"
  27. #include "vector"
  28. using namespace std;
  29. #include "ncbase.h"
  30. #include "ncdebug.h"
  31. #include "ncdefine.h"