interface is a #define on Mingw
authorAlan T. DeKok <aland@freeradius.org>
Tue, 22 Jun 2010 14:37:54 +0000 (16:37 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 22 Jun 2010 14:37:54 +0000 (16:37 +0200)
src/include/missing.h

index 1c702e0..de82dd9 100644 (file)
@@ -371,6 +371,7 @@ int gettimeofday (struct timeval *tv, void *tz);
 #endif
 
 #ifdef WIN32
+#undef interface
 #undef mkdir
 #define mkdir(_d, _p) mkdir(_d)
 #define FR_DIR_SEP '\\'