Changeset - r12848:fd89d9ba160e
[Not reviewed]
master
0 2 0
glx - 15 years ago 2009-09-01 14:20:35
glx@openttd.org
(svn r17350) -Fix (r17336): broken compilation with mingw
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/network/core/os_abstraction.h
Show inline comments
 
@@ -37,7 +37,7 @@ typedef unsigned long in_addr_t;
 
	typedef int socklen_t;
 
#	define IPPROTO_IPV6 41
 
#else
 
#include "../../win32.h"
 
#include "../../os/windows/win32.h"
 
#include "../../core/alloc_func.hpp"
 

	
 
#define AI_ADDRCONFIG   0x00000400  // Resolution only if global address configured
src/sdl.cpp
Show inline comments
 
@@ -31,7 +31,7 @@ static int _sdl_usage;
 

	
 
#ifdef DYNAMICALLY_LOADED_SDL
 

	
 
#include "win32.h"
 
#include "os/windows/win32.h"
 

	
 
#define M(x) x "\0"
 
static const char sdl_files[] =
0 comments (0 inline, 0 general)