projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82881b2
)
Fix comment whitespace in VS2105 patch
author
Andrew Dunstan
<
[email protected]
>
Fri, 29 Apr 2016 18:18:51 +0000
(14:18 -0400)
committer
Andrew Dunstan
<
[email protected]
>
Fri, 29 Apr 2016 18:18:51 +0000
(14:18 -0400)
per gripe from Michael Paquier.
src/include/port/win32.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/win32.h
b/src/include/port/win32.h
index ddf818748b7acb7889d10a590e372197b3ffbd90..d389e83a6cfbe24c73bd90f7166ff94fbff0a40b 100644
(file)
--- a/
src/include/port/win32.h
+++ b/
src/include/port/win32.h
@@
-10,7
+10,7
@@
* Studio 2015 the minimum requirement is Windows Vista (0x0600) to
* get support for GetLocaleInfoEx() with locales. For everything else
* the minumum version is Windows XP (0x0501).
- * Also
for VS2015, add a define that stops compiler complaints about
+ * Also for VS2015, add a define that stops compiler complaints about
* using the old Winsock API.
*/
#if defined(_MSC_VER) && _MSC_VER >= 1900