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.

34 lines
550 B

  1. //
  2. // proj.h: Main header
  3. //
  4. //
  5. #ifndef __PROJ_H__
  6. #define __PROJ_H__
  7. #define STRICT
  8. #if defined(WINNT) || defined(WINNT_ENV)
  9. //
  10. // NT uses DBG=1 for its debug builds, but the Win95 shell uses
  11. // DEBUG. Do the appropriate mapping here.
  12. //
  13. #if DBG
  14. #define DEBUG 1
  15. #endif
  16. #endif // WINNT
  17. #include <windows.h>
  18. #include <shlwapi.h>
  19. #include <commctrl.h>
  20. #include <shlobj.h>
  21. #include <port32.h>
  22. #include <ccstock.h>
  23. #include "..\inc\debug.h"
  24. #include <shlobj.h> // for _ILNext
  25. #endif // __PROJ_H__