[openrtm-commit:01434] r2560 - trunk/OpenRTM-aist/src/lib/coil/win32/coil
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 4月 16日 (水) 23:49:17 JST
Author: n-ando
Date: 2014-04-16 23:49:17 +0900 (Wed, 16 Apr 2014)
New Revision: 2560
Modified:
trunk/OpenRTM-aist/src/lib/coil/win32/coil/Routing.cpp
Log:
[compat,build,win32,->RELENG_1_1] NTDDI_VERSION issue.
Modified: trunk/OpenRTM-aist/src/lib/coil/win32/coil/Routing.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/win32/coil/Routing.cpp 2014-04-16 03:24:24 UTC (rev 2559)
+++ trunk/OpenRTM-aist/src/lib/coil/win32/coil/Routing.cpp 2014-04-16 14:49:17 UTC (rev 2560)
@@ -19,6 +19,10 @@
#ifndef NTDDI_VERSION
#define NTDDI_VERSION 0x05000000
+#define WINVER _WIN32_WINNT
+#define _WIN32_WINNT 0x0500
+#define _WIN32_WINDOWS _WIN32_WINNT
+#define _WIN32_IE 0x0501
#endif
#include <winsock2.h>
More information about the openrtm-commit
mailing list