[svn:parrot] r39999 - trunk/config/gen/platform/win32

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Jul 11 10:57:25 UTC 2009


Author: fperrad
Date: Sat Jul 11 10:57:23 2009
New Revision: 39999
URL: https://trac.parrot.org/parrot/changeset/39999

Log:
[win32] puts #undef close to #include

Modified:
   trunk/config/gen/platform/win32/threads.h

Modified: trunk/config/gen/platform/win32/threads.h
==============================================================================
--- trunk/config/gen/platform/win32/threads.h	Sat Jul 11 08:48:50 2009	(r39998)
+++ trunk/config/gen/platform/win32/threads.h	Sat Jul 11 10:57:23 2009	(r39999)
@@ -8,6 +8,7 @@
 
 #undef CONST
 #include <windows.h>
+#undef CONST
 
 #ifdef PARROT_HAS_THREADS
 
@@ -15,8 +16,6 @@
 
 #endif /* PARROT_HAS_THREADS */
 
-#undef CONST
-
 #endif /* PARROT_PLATFORM_WIN32_THREADS_H_GUARD */
 
 /*


More information about the parrot-commits mailing list