Add a missing C comment termination; (Should fix buildbot error ?)
authorBill Meier <wmeier@newsguy.com>
Thu, 20 Sep 2012 20:49:20 +0000 (20:49 -0000)
committerBill Meier <wmeier@newsguy.com>
Thu, 20 Sep 2012 20:49:20 +0000 (20:49 -0000)
svn path=/trunk/; revision=45031

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