forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita16bac3
committed
Remove dependency on wsock32.lib in favor of ws2_32
ws2_32 is the new version of the library that should be used, asit contains the require functionality from wsock32 as well as somemore (which is why some binaries were already using ws2_32).Michael Paquier, reviewed by MauMau1 parentf162fb7 commita16bac3
File tree
8 files changed
+11
-17
lines changed- contrib/pgcrypto
- src
- interfaces/libpq
- test/thread
- tools/msvc
8 files changed
+11
-17
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7659 | 7659 |
| |
7660 | 7660 |
| |
7661 | 7661 |
| |
7662 |
| - | |
| 7662 | + | |
7663 | 7663 |
| |
7664 | 7664 |
| |
7665 | 7665 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
891 | 891 |
| |
892 | 892 |
| |
893 | 893 |
| |
894 |
| - | |
| 894 | + | |
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 | 250 |
| |
254 | 251 |
| |
255 | 252 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
| 211 | + | |
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
117 |
| - | |
118 | 116 |
| |
| 117 | + | |
119 | 118 |
| |
120 | 119 |
| |
121 | 120 |
| |
| |||
270 | 269 |
| |
271 | 270 |
| |
272 | 271 |
| |
273 |
| - | |
274 | 272 |
| |
275 | 273 |
| |
276 | 274 |
| |
| |||
300 | 298 |
| |
301 | 299 |
| |
302 | 300 |
| |
303 |
| - | |
| 301 | + | |
304 | 302 |
| |
305 | 303 |
| |
306 | 304 |
| |
| |||
345 | 343 |
| |
346 | 344 |
| |
347 | 345 |
| |
348 |
| - | |
| 346 | + | |
349 | 347 |
| |
350 | 348 |
| |
351 | 349 |
| |
| |||
363 | 361 |
| |
364 | 362 |
| |
365 | 363 |
| |
366 |
| - | |
367 | 364 |
| |
368 | 365 |
| |
369 | 366 |
| |
| |||
507 | 504 |
| |
508 | 505 |
| |
509 | 506 |
| |
510 |
| - | |
| 507 | + | |
511 | 508 |
| |
512 | 509 |
| |
513 | 510 |
| |
|
0 commit comments
Comments
(0)