We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82881b2 commit d34e7b2Copy full SHA for d34e7b2
src/include/port/win32.h
@@ -10,7 +10,7 @@
10
* Studio 2015 the minimum requirement is Windows Vista (0x0600) to
11
* get support for GetLocaleInfoEx() with locales. For everything else
12
* the minumum version is Windows XP (0x0501).
13
- * Also for VS2015, add a define that stops compiler complaints about
+ * Also for VS2015, add a define that stops compiler complaints about
14
* using the old Winsock API.
15
*/
16
#if defined(_MSC_VER) && _MSC_VER >= 1900
0 commit comments