Set global definition WIN32_LEAN_AND_MEAN (#2807)
Set definition WIN32_LEAN_AND_MEAN to avoid windows.h including a lot of libs that are usually not used.
This commit is contained in:
		 B3n30
					B3n30
				
			
				
					committed by
					
						 Yuri Kunde Schlesner
						Yuri Kunde Schlesner
					
				
			
			
				
	
			
			
			 Yuri Kunde Schlesner
						Yuri Kunde Schlesner
					
				
			
						parent
						
							cf15b651ed
						
					
				
				
					commit
					6ba089fafb
				
			| @@ -18,7 +18,10 @@ | ||||
| #endif | ||||
|  | ||||
| #ifdef _WIN32 | ||||
| // windows.h needs to be included before shellapi.h | ||||
| #include <windows.h> | ||||
|  | ||||
| #include <shellapi.h> | ||||
| #endif | ||||
|  | ||||
| #include "citra/config.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user