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.

32 lines
455 B

  1. #pragma warning(push)
  2. #include "chartype.h"
  3. #define COBJMACROS
  4. #include <nt.h>
  5. #include <ntrtl.h>
  6. #include <nturtl.h>
  7. #include <windows.h>
  8. #include <stdlib.h>
  9. #include <imagehlp.h>
  10. #include <stdio.h>
  11. #include <time.h>
  12. #include <setupapi.h>
  13. #include <shlobj.h>
  14. #include <objidl.h>
  15. #include <mmsystem.h>
  16. #include <setupbat.h>
  17. #include <sputils.h>
  18. //
  19. // Common includes
  20. //
  21. #include "coreutil.h"
  22. #pragma warning(pop)