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.

39 lines
562 B

  1. #ifndef _PRECOMP_H_
  2. #define _PRECOMP_H_
  3. #include <windows.h>
  4. #include <tchar.h>
  5. #include <limits.h>
  6. #include <shlobj.h>
  7. #include <wincrypt.h>
  8. #include "memtrack.h"
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif /* __cplusplus */
  12. #include "stock.h"
  13. #include "olestock.h"
  14. #ifdef DEBUG
  15. #include "inifile.h"
  16. #include "resstr.h"
  17. #endif /* DEBUG */
  18. #include "confdbg.h"
  19. #include "debspew.h"
  20. #include "valid.h"
  21. #include "olevalid.h"
  22. #include <dllutil.h>
  23. #ifdef __cplusplus
  24. }
  25. #endif /* __cplusplus */
  26. #endif /* _PRECOMP_H_ */