mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	renderdoc: Check for _WIN32 symbol rather than WIN32
				
					
				
			This commit is contained in:
		
							parent
							
								
									974380fe10
								
							
						
					
					
						commit
						9fef6560f0
					
				@ -7,7 +7,7 @@
 | 
			
		||||
#include "common/dynamic_library.h"
 | 
			
		||||
#include "core/tools/renderdoc.h"
 | 
			
		||||
 | 
			
		||||
#ifdef WIN32
 | 
			
		||||
#ifdef _WIN32
 | 
			
		||||
#include <windows.h>
 | 
			
		||||
#else
 | 
			
		||||
#include <dlfcn.h>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user