Fix a couple of warnings in appdomain.c and threads.c.
[mono.git] / mono / metadata / coree.c
index ab879b9a6a883cabf91fe541452d42c3a933a64e..9e48a3fe07749222d678cbc693ef0a21672a5b0b 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <config.h>
 
-#ifdef PLATFORM_WIN32
+#ifdef HOST_WIN32
 
 #if _WIN32_WINNT < 0x0501
 /* Required for ACTCTX. */
@@ -923,4 +923,4 @@ mono_fixup_exe_image (MonoImage* image)
                MonoFixupExe ((HMODULE) image->raw_data);
 }
 
-#endif /* PLATFORM_WIN32 */
+#endif /* HOST_WIN32 */