Changeset - r18401:ff710c7bddd2
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-11-17 21:29:15
rubidium@openttd.org
(svn r23247) -Fix (r23244): compile failure on certain archaic platforms
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/bootstrap_gui.cpp
Show inline comments
 
@@ -12,6 +12,9 @@
 
#include "stdafx.h"
 
#include "base_media_base.h"
 
#include "blitter/factory.hpp"
 

	
 
#if defined(ENABLE_NETWORK) && defined(WITH_FREETYPE)
 

	
 
#include "core/geometry_func.hpp"
 
#include "fileio_func.h"
 
#include "fontcache.h"
 
@@ -206,6 +209,8 @@ public:
 
	}
 
};
 

	
 
#endif /* defined(ENABLE_NETWORK) && defined(WITH_FREETYPE) */
 

	
 
/**
 
 * Handle all procedures for bootstrapping OpenTTD without a base grapics set.
 
 * This requires all kinds of trickery that is needed to avoid the use of
0 comments (0 inline, 0 general)