mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 00:26:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OPENMW_COMPONENTS_WINDOWS_H
 | 
						|
#define OPENMW_COMPONENTS_WINDOWS_H
 | 
						|
 | 
						|
#include <Windows.h>
 | 
						|
 | 
						|
#undef far
 | 
						|
#undef near
 | 
						|
 | 
						|
#endif
 |