aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-09-20 20:49:20 +0000
committerBill Meier <wmeier@newsguy.com>2012-09-20 20:49:20 +0000
commit4faf9092673d36817113e4376ea328cb9ab9e5d1 (patch)
tree7b421e29ac8a618dd0cf1f3628a01efeec6d7f9f /config.h.win32
parentb36016fc1d0bcc1391a41e8ba990b511e119c347 (diff)
Add a missing C comment termination; (Should fix buildbot error ?)
svn path=/trunk/; revision=45031
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index a9aebf88f1..3c59ad23d2 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -237,7 +237,7 @@
#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