mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 12:44:56 +00:00 
			
		
		
		
	Workaround for compiling with MinGW-w64
Fixes bug https://github.com/libsdl-org/SDL/issues/5589
This commit is contained in:
		
							parent
							
								
									001d2e2f65
								
							
						
					
					
						commit
						efdf43aa9b
					
				| 
						 | 
					@ -34,6 +34,11 @@
 | 
				
			||||||
#include <cfgmgr32.h>
 | 
					#include <cfgmgr32.h>
 | 
				
			||||||
#include <roapi.h>
 | 
					#include <roapi.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef __MINGW32__
 | 
				
			||||||
 | 
					#define __FIReference_1_int __FIReference_1_INT32
 | 
				
			||||||
 | 
					#define __FIReference_1_int_get_Value __FIReference_1_INT32_get_Value
 | 
				
			||||||
 | 
					#define __FIReference_1_int_Release __FIReference_1_INT32_Release
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct joystick_hwdata
 | 
					struct joystick_hwdata
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue