diff dwcompat.h @ 1842:123d1a900f54

More MINGW cleanups... eliminate a few more warnings and disable the unused-value warning due to unfixable warnings generated by the Win32 macros.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 20 Nov 2012 20:42:06 +0000
parents 22225eb286e5
children b02aa3947562
line wrap: on
line diff
--- a/dwcompat.h	Tue Nov 20 05:09:30 2012 +0000
+++ b/dwcompat.h	Tue Nov 20 20:42:06 2012 +0000
@@ -175,6 +175,7 @@
 
 #ifdef MSVC
 #include "platform/dirent.h"
+#undef alloca
 #define alloca _alloca
 #ifdef __stat64
 #undef stat