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.

40 lines
666 B

  1. //
  2. // proj.h: Includes all files that are to be part of the precompiled
  3. // header.
  4. //
  5. #ifndef __PROJ_H__
  6. #define __PROJ_H__
  7. #define STRICT
  8. #define NOWINDOWSX
  9. #define UNICODE
  10. #define _UNICODE // so we can use CRT TCHAR routines
  11. //#define PROFILE_TRACES // Profile the mass modem install case
  12. #if DBG > 0 && !defined(DEBUG)
  13. #define DEBUG
  14. #endif
  15. #if DBG > 0 && !defined(FULL_DEBUG)
  16. #define FULL_DEBUG
  17. #endif
  18. #ifdef DEBUG
  19. #define SZ_MODULEA "ROVCOMM"
  20. #define SZ_MODULEW TEXT("ROVCOMM")
  21. #endif
  22. #include <windows.h>
  23. #include <windowsx.h>
  24. #include <rovcomm.h>
  25. #include <regstr.h>
  26. #include <tchar.h>
  27. #define NORTL
  28. #endif //!__PROJ_H__