Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Tom Lane <tgl@sss.pgh.pa.us>
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the APPDATA directory on Windows. Magnus Hagander
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/win32.mak | modified | +1 −1 |
| src/interfaces/ecpg/ecpglib/Makefile | modified | +6 −1 |
| src/interfaces/libpq/fe-connect.c | modified | +3 −3 |
| src/interfaces/libpq/Makefile | modified | +2 −2 |
| src/interfaces/libpq/win32.mak | modified | +1 −1 |
| src/Makefile.global.in | modified | +4 −3 |
| src/port/path.c | modified | +3 −3 |