Make sure MOD_SHIFT, etc. have the right value
This commit is contained in:
		
							parent
							
								
									81486a3563
								
							
						
					
					
						commit
						3a809bb049
					
				@ -105,6 +105,11 @@ GFX2_GLOBAL char Key_Text[32];
 | 
			
		||||
 | 
			
		||||
// Keyboard modifiers
 | 
			
		||||
// (Name conflict with windows.h)
 | 
			
		||||
#ifdef WIN32
 | 
			
		||||
// first include windows.h so it's done and won't overwrite our
 | 
			
		||||
// MOD_SHIFT, etc. afterward
 | 
			
		||||
#include <windows.h>
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef MOD_SHIFT
 | 
			
		||||
  #undef MOD_SHIFT
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user