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.

31 lines
522 B

  1. //Copyright (c) 2000 Microsoft Corporation
  2. #ifndef _stdafx_h_
  3. #define _stdafx_h_
  4. #include <windows.h>
  5. #include <devguid.h>
  6. #include <initguid.h>
  7. #include <tchar.h>
  8. #include <time.h>
  9. #include <stdio.h>
  10. #include <setupapi.h>
  11. #include <shellapi.h>
  12. #include <shlobj.h>
  13. #include <regapi.h>
  14. #include <malloc.h>
  15. #include <shlwapi.h>
  16. //
  17. // uwrap has to come after the headers for ANY wrapped
  18. // functions
  19. //
  20. #ifdef UNIWRAP
  21. #include "uwrap.h"
  22. #endif
  23. #include "setuplib.h"
  24. #endif // _stdafx_h_