summaryrefslogtreecommitdiff
path: root/include/net-snmp/system/mingw32msvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net-snmp/system/mingw32msvc.h')
-rw-r--r--include/net-snmp/system/mingw32msvc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/net-snmp/system/mingw32msvc.h b/include/net-snmp/system/mingw32msvc.h
new file mode 100644
index 0000000..66c0aed
--- /dev/null
+++ b/include/net-snmp/system/mingw32msvc.h
@@ -0,0 +1,10 @@
+/*
+ * This header is here to accomodate cross compiling for
+ * Microsoft Windows on a linux host using MinGW. All changes
+ * should be made to mingw32.h - Andy
+ */
+#ifndef mingw32
+#define mingw32 mingw32
+#endif
+
+#include "mingw32.h"