2009-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mono / metadata / coree.h
index 63c4eb10e98048c895ac6cf24e8469eb95a52f44..c7865364bdf56082d17aea26ee4d4ed06df82c94 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <config.h>
 
-#ifdef PLATFORM_WIN32
+#ifdef HOST_WIN32
 
 #include <mono/io-layer/io-layer.h>
 #include "image.h"
@@ -40,6 +40,6 @@ void mono_fixup_exe_image (MonoImage* image) MONO_INTERNAL;
 /* Declared in image.c. */
 MonoImage* mono_image_open_from_module_handle (HMODULE module_handle, char* fname, gboolean has_entry_point, MonoImageOpenStatus* status) MONO_INTERNAL;
 
-#endif /* PLATFORM_WIN32 */
+#endif /* HOST_WIN32 */
 
 #endif /* __MONO_COREE_H__ */