WinResrc.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  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_ */