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.

29 lines
542 B

  1. #include <windows.h>
  2. #include <stdlib.h>
  3. #include <stdio.h>
  4. #include <stdarg.h>
  5. #include <tchar.h>
  6. #include <objbase.h>
  7. #include <shellapi.h>
  8. // included for setupapi stuff
  9. #include <setupapi.h>
  10. #include <shlobj.h>
  11. #include <advpub.h>
  12. // for our metabase stuff
  13. #include "iiscnfg.h"
  14. // this module specific
  15. #include "helper.h"
  16. #include "log.h"
  17. // migrate modules
  18. #include <mbstring.h>
  19. #include <tchar.h>
  20. #include <assert.h>
  21. #include "poolmem.h"
  22. #include "miginf.h"
  23. #include "resource.h"
  24. #include "vendinfo.h"