mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Dont define min/max macros in minwindef.h (#6308)
This commit is contained in:
		@@ -263,6 +263,8 @@ if(WIN32)
 | 
			
		||||
		add_definitions ( /D "_CRT_SECURE_NO_DEPRECATE" /W1 )
 | 
			
		||||
		# Get M_PI to work
 | 
			
		||||
		add_definitions(/D "_USE_MATH_DEFINES")
 | 
			
		||||
		# Dont define min/max macros in minwindef.h
 | 
			
		||||
		add_definitions(/D "NOMINMAX")
 | 
			
		||||
	else() # Probably MinGW = GCC
 | 
			
		||||
		set(PLATFORM_LIBS "")
 | 
			
		||||
	endif()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user