- Notifications
You must be signed in to change notification settings - Fork28
Commit8864ee0
committed
> Here is a small patch that should only affect win32 building
> (native win32, not cygnus).> It does the following:> Patches two win32.mak files to DEFINE HAVE_VSNPRINTF and> HAVE_STRDUP. This is required to build at all.> Bumps the version number on libpq.dll from 6.4 to 6.5.> Required for install programs to work.> Adds defintions for BLCKSZ and MAXIMUM_ALIGN to "win32.h" in> the client-side libpiq directory.>> All these files are only used when building on native win32,> so it should be safe I think.>> Again, really sorry to throw this in so late, but I would> hate to do the same thing as with 6.4 (which required 6.4.1> to at all compile on Win32).>> Thanks,>> //Magnus1 parentbad3b30 commit8864ee0
4 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments
Comments
(0)