mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	Fix building on MinGW
This commit is contained in:
		
							parent
							
								
									eacc2a501b
								
							
						
					
					
						commit
						67c644e317
					
				
					 3 changed files with 19 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -7,6 +7,19 @@
 | 
			
		|||
#if EMU_PLATFORM == PLATFORM_WINDOWS
 | 
			
		||||
#include <winsock2.h>
 | 
			
		||||
#include <ws2tcpip.h>
 | 
			
		||||
 | 
			
		||||
// MinGW does not define several errno constants
 | 
			
		||||
#ifndef _MSC_VER
 | 
			
		||||
#define EBADMSG 104
 | 
			
		||||
#define ENODATA 120
 | 
			
		||||
#define ENOMSG  122
 | 
			
		||||
#define ENOSR   124
 | 
			
		||||
#define ENOSTR  125
 | 
			
		||||
#define ETIME   137
 | 
			
		||||
#define EIDRM   2001
 | 
			
		||||
#define ENOLINK 2002
 | 
			
		||||
#endif // _MSC_VER
 | 
			
		||||
 | 
			
		||||
#else
 | 
			
		||||
#include <sys/socket.h>
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue