修訂 | 149 (tree) |
---|---|
時間 | 2011-03-29 23:53:49 |
作者 | ![]() |
WM5以前のSDKでのコンパイルエラーの修正
@@ -38,8 +38,10 @@ | ||
38 | 38 | #include <Aygshell.h> |
39 | 39 | #include <projects.h> |
40 | 40 | #include <wininet.h> |
41 | +#if (_WIN32_WCE >= 0x600) | |
41 | 42 | #include <gesture.h> |
42 | 43 | #include <WindowAutoGesture.h> |
44 | +#endif | |
43 | 45 | #include "MainWnd.h" |
44 | 46 | |
45 | 47 | /////////////////////////////////////////////////////////////// |