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.

33 lines
652 B

  1. /*** #include <windowsx.h> ***/
  2. #define STRICT
  3. #include <windows.h>
  4. #include <stdio.h>
  5. #include <direct.h>
  6. #include <stdlib.h>
  7. #include <malloc.h>
  8. #include <ctype.h>
  9. #include <tchar.h>
  10. #include <string.h>
  11. #include <setupapi.h>
  12. //#include <comutils.h>
  13. #include "comutils.h"
  14. #include "setupu.h"
  15. #include "ourver.h"
  16. #include "setup.h"
  17. #ifdef NT50
  18. #include <cfgmgr32.h>
  19. #include <htmlhelp.h>
  20. #include "nt50.h"
  21. #endif
  22. #include "nt40.h"
  23. #include "resource.h"
  24. #include "rocku.h"
  25. #include "devprop.h"
  26. #include "dripick.h"
  27. #include "driprop.h"
  28. #include "portprop.h"
  29. #include "addwiz.h"
  30. #include "strings.h"
  31. #include "opstr.h"