Add a missing C comment termination; (Should fix buildbot error ?)
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Sep 2012 20:49:20 +0000 (20:49 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Sep 2012 20:49:20 +0000 (20:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@45031 f5534014-38df-0310-8fa8-9805f1628bb7

config.h.win32

index a9aebf88f113f4a8766a609ba8e385d17f252813..3c59ad23d287886cc8ea2868a1c29ea0ab885c90 100644 (file)
 #endif
 
 /* Visual C 9 (2008), Visual C 10 (2010) and Visual C 11 (2012) need these prototypes */
-/* XXX: Can we use MSC_VER >= 1500 ??
+/* XXX: Can we use MSC_VER >= 1500 ?? */
 #if _MSC_VER == 1500 || _MSC_VER == 1600 || _MSC_VER == 1700
 #define NTDDI_VERSION NTDDI_WIN2K
 #define _WIN32_WINNT _WIN32_WINNT_WIN2K