1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Back out old unixodbc patches and apply new ones. Nick Gorham

This commit is contained in:
Bruce Momjian
2000-06-12 17:58:20 +00:00
parent b0929c82ac
commit b45ea42234
4 changed files with 148 additions and 38 deletions

View File

@@ -23,7 +23,7 @@
#ifndef WIN32
#include <string.h>
#include "gpps.h"
#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
#ifdef HAVE_SQLGETPRIVATEPROFILESTRING
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
#define SQLWritePrivateProfileString(a,b,c,d) WritePrivateProfileString(a,b,c,d)
#endif