Source code of Windows XP (NT5)
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
456 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 "resstr.h"
  16. #endif /* DEBUG */
  17. #include "confdbg.h"
  18. #include "debspew.h"
  19. #include "valid.h"
  20. #ifdef __cplusplus
  21. }
  22. #endif /* __cplusplus */
  23. #endif /* _PRECOMP_H_ */