Reorder (no functionality change)
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 31 Aug 2009 18:59:21 +0000 (18:59 +0000)
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 31 Aug 2009 18:59:21 +0000 (18:59 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29640 f5534014-38df-0310-8fa8-9805f1628bb7

config.h.win32

index 1f7ff3d00b84a2ffacc37bf50e4b9119a3057c56..74b69607d30fc4ba0dd61259d820f5da91c919de 100644 (file)
 /* Define to have GeoIP */
 @HAVE_GEOIP@
 
-#ifndef WIN32
-#define WIN32                  1
-#endif
-
 /* Define for IPv6 */
 @INET6@
 
 /* Define to have ntddndis.h */
 @HAVE_NTDDNDIS_H@
 
-#define NEED_INET_ATON_H       1
-#define NEED_INET_V6DEFS_H     1
+#define NEED_INET_ATON_H    1
+#define NEED_INET_V6DEFS_H  1
+#define NEED_GETOPT_H       1
+#define NEED_STRPTIME_H     1
+
+#ifndef WIN32
+#define WIN32                  1
+#endif
+
 /* Visual C 9 (2008) now needs these prototypes */
 #if _MSC_VER == 1500
 #define NTDDI_VERSION NTDDI_WIN2K
 #define _WIN32_WINNT _WIN32_WINNT_WIN2K
 #endif
-#define NEED_GETOPT_H          1
-#define NEED_STRPTIME_H                1
+
 #define strcasecmp             stricmp
 #define strncasecmp            strnicmp
 #define popen                  _popen