mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 04:10:35 -05:00
Fix comment whitespace in VS2105 patch
per gripe from Michael Paquier.
This commit is contained in:
parent
82881b2b43
commit
d34e7b2812
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue