mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			C++
		
	
	
	
	
	
|   | #ifndef _C4_WINDOWS_HPP_
 | ||
|  | #define _C4_WINDOWS_HPP_
 | ||
|  | 
 | ||
|  | #if defined(_WIN64) || defined(_WIN32)
 | ||
|  | #include "c4/windows_push.hpp"
 | ||
|  | #include <windows.h>
 | ||
|  | #include "c4/windows_pop.hpp"
 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | #endif /* _C4_WINDOWS_HPP_ */
 |