lib/commonAPI/rubyvm_stub/ext/platform/wm/win32_stub.c in rhodes-5.5.18 vs lib/commonAPI/rubyvm_stub/ext/platform/wm/win32_stub.c in rhodes-6.0.11
- old
+ new
@@ -11,10 +11,10 @@
#define RUBY_CRITICAL(expr) do { expr; } while (0)
#define map_errno(e) rb_w32_map_errno(e)
#define AreFileApisANSI() 1
-#if defined(_WIN32_WCE) || defined(WIN32) || defined(_WINRT_DLL) || defined(_WP8_LIB)
+#if defined(_WIN32_WCE) || defined(WIN32) || defined(_WINRT_DLL) || defined(_WP8_LIB) || defined(_UWP_LIB)
# define strncasecmp _strnicmp
#endif
//////////////////////////////////////////////////////////////////////////