- Notifications
You must be signed in to change notification settings - Fork28
Commita4b0a4d
committed
Fix macro-redefinition warning on MSVC.
In commit9d6b160, I tweaked pg_config.h.win32 to use"#define HAVE_LONG_LONG_INT_64 1" rather than defining it as empty,for consistency with what happens in an autoconf'd build.But Solution.pm injects another definition of that macro intoecpg_config.h, leading to justifiable (though harmless) compiler whining.Make that one consistent too. Back-patch, like the previous patch.Discussion:https://postgr.es/m/CAEepm=1dWsXROuSbRg8PbKLh0S=8Ou-V8sr05DxmJOF5chBxqQ@mail.gmail.com1 parent991a5ba commita4b0a4d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
422 |
| - | |
| 422 | + | |
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
|
0 commit comments
Comments
(0)