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