對于warning C4005: 'WINVER' : macro redefinition的處理
在Windows.h中有如下定義:
#ifndef WINVER
#define WINVER 0x0400
#endif
如果你把#define WINVER 0x500置于#include <windows.h>之前,就不會出現警告.
摘自:http://topic.csdn.net/t/20020103/15/456195.html
posted on 2009-04-07 15:22
Sandy 閱讀(8075)
評論(0) 編輯 收藏 引用 所屬分類:
windows學習