stdafx.h
上传用户:sztopon
上传日期:2014-01-21
资源大小:55k
文件大小:1k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. #pragma once
  6. // Change these values to use different versions
  7. #define WINVER 0x0500
  8. #define _WIN32_WINNT 0x0501
  9. #define _WIN32_IE 0x0501
  10. #include <atlbase.h>
  11. #include <atlstr.h>
  12. #include <atlapp.h>
  13. extern CAppModule _Module;
  14. #define _WTL_NO_CSTRING
  15. #include <atlwin.h>
  16. #include <atlmisc.h>
  17. #include <atlcrack.h>
  18. #define END_MSG_MAP_EX END_MSG_MAP