mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	fix HAVE_SQLGETPRIVATEPROFILESTRING define
This commit is contained in:
		| @@ -23,7 +23,7 @@ | ||||
| #ifndef WIN32 | ||||
| #include <string.h> | ||||
| #include "gpps.h" | ||||
| #ifdef HAVE_SQLGETPRIVATEPROFILESTRING | ||||
| #ifndef 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 | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
|  | ||||
| #ifndef WIN32 | ||||
| #include "gpps.h" | ||||
| #ifdef HAVE_SQLGETPRIVATEPROFILESTRING | ||||
| #ifndef HAVE_SQLGETPRIVATEPROFILESTRING | ||||
| #define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f) | ||||
| #endif | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user