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.

43 lines
579 B

  1. /*++
  2. Copyright (c) 1990-1999 Microsoft Corporation
  3. Module Name:
  4. winresrc.h
  5. Abstract:
  6. This module defines the 32-Bit Windows resource codes.
  7. Revision History:
  8. --*/
  9. #ifndef _WINRESRC_
  10. #define _WINRESRC_
  11. #ifndef WINVER
  12. #define WINVER 0x0500
  13. #endif
  14. #ifndef _WIN32_IE
  15. #define _WIN32_IE 0x0501
  16. #endif
  17. #ifndef _WIN32_WINDOWS
  18. #define _WIN32_WINDOWS 0x0410
  19. #endif
  20. #ifndef _WIN32_WINNT
  21. #define _WIN32_WINNT 0x0500
  22. #endif
  23. #include <winuser.rh>
  24. #include <commctrl.rh>
  25. #include <dde.rh>
  26. #include <winnt.rh>
  27. #include <dlgs.h>
  28. #include <winver.h>
  29. #endif /* _WINRESRC_ */