mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	CMake: Avoid non-compliant standard library extensions in MSVC
This commit is contained in:
		
							parent
							
								
									45aa95093c
								
							
						
					
					
						commit
						513fffc96b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -118,6 +118,8 @@ if (NOT MSVC) | |||
| else() | ||||
|     # Silence "deprecation" warnings | ||||
|     add_definitions(/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS) | ||||
|     # Avoid non-compliant standard library extensions | ||||
|     add_definitions(/D_CRT_DECLARE_NONSTDC_NAMES) | ||||
|     # Avoid windows.h junk | ||||
|     add_definitions(/DNOMINMAX) | ||||
|     # Avoid windows.h from including some usually unused libs like winsocks.h, since this might cause some redefinition errors. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue