w32/slirp: Undefine error constants before their redefinition
Less warnings for your console. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		
							parent
							
								
									1c5970a8b8
								
							
						
					
					
						commit
						5668896163
					
				| @ -15,6 +15,12 @@ typedef char *caddr_t; | ||||
| # include <sys/timeb.h> | ||||
| # include <iphlpapi.h> | ||||
| 
 | ||||
| # undef EWOULDBLOCK | ||||
| # undef EINPROGRESS | ||||
| # undef ENOTCONN | ||||
| # undef EHOSTUNREACH | ||||
| # undef ENETUNREACH | ||||
| # undef ECONNREFUSED | ||||
| # define EWOULDBLOCK WSAEWOULDBLOCK | ||||
| # define EINPROGRESS WSAEINPROGRESS | ||||
| # define ENOTCONN WSAENOTCONN | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jan Kiszka
						Jan Kiszka