- Notifications
You must be signed in to change notification settings - Fork5
Commite7bcde8
committed
Remove unnecessary definition of _WIN64 in libpq/win32.mak.
In commitb0e40d1, I should have justremoved the /D switch defining WIN64. The reason the code worked beforeis that all Windows64 compilers automatically predefine _WIN64. Perhapsat one time we had code that depended on WIN64 being defined, but it'slong gone, and we should not encourage any reappearance. Per discussionwith Christian Ullrich.1 parentcd13471 commite7bcde8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments
Comments
(0)