TNB Library
TnbHotWinver.h
[詳解]
1#pragma once
32#ifndef _TnbDOXYGEN //Document作成用シンボル
33
34#if _MSC_VER < 1300
35 #define CFileDialog CFileDialog2
36#endif
37
38#if defined(WINVER)
39 #if WINVER < 0x0501
40 #undef WINVER
41 #endif
42#endif
43
44#if ! defined(WINVER)
45 #define WINVER 0x0501
46#endif
47#define _WIN32_WINNT 0x0501
48
49#endif
50
51