|
|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
#include "PlatformDef.h"
|
|
|
|
|
|
-#ifdef RVC_PLATFORM_WINDOWS
|
|
|
+#ifdef RVC_OS_WIN
|
|
|
|
|
|
// The following macros define the minimum required platform. The minimum required platform
|
|
|
// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
|
|
|
@@ -82,6 +82,6 @@ Internet Explorer 3.0, 3.01, 3.02 _WIN32_IE>=0x0300
|
|
|
|
|
|
*/
|
|
|
|
|
|
-#endif // RVC_PLATFORM_WINDOWS
|
|
|
+#endif // RVC_OS_WIN
|
|
|
|
|
|
#endif /** _RVC_TARGET_VER_H__*/
|