mirror of
				https://github.com/VCMP-SqMod/SqMod.git
				synced 2025-11-04 00:07:19 +01:00 
			
		
		
		
	Fix maxminddb redefinition of strcasecmp.
This commit is contained in:
		
							
								
								
									
										5
									
								
								module/Vendor/MDBC/include/config-win.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								module/Vendor/MDBC/include/config-win.h
									
									
									
									
										vendored
									
									
								
							@@ -269,8 +269,9 @@ inline double ulonglong2double(ulonglong value)
 | 
			
		||||
#define statistic_add(V,C,L)     (V)+=(C)
 | 
			
		||||
#endif
 | 
			
		||||
#define statistic_increment(V,L) thread_safe_increment((V),(L))
 | 
			
		||||
#define strcasecmp(A,B) _stricmp((A),(B))
 | 
			
		||||
 | 
			
		||||
#ifndef strcasecmp
 | 
			
		||||
    #define strcasecmp(A,B) _stricmp((A),(B))
 | 
			
		||||
#endif
 | 
			
		||||
#define close(A) _close((A))
 | 
			
		||||
#define fdopen(A,B) _fdopen((A),(B))
 | 
			
		||||
#define sopen(A,B,C,D) _sopen((A),(B),(C),(D))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user