File diff r2176:33c3aeb1ad52 → r2177:986b22f06f5d
win32.c
Show inline comments
 
@@ -15,24 +15,25 @@
 
#include <fcntl.h>
 
#include "variables.h"
 

	
 
#include "driver.h"
 

	
 
#include "music/dmusic.h"
 
#include "music/null_m.h"
 
#include "music/win32_m.h"
 

	
 
#include "sound/null_s.h"
 
#include "sound/win32_s.h"
 

	
 
#include "video/dedicated_v.h"
 
#include "video/null_v.h"
 
#include "video/win32_v.h"
 

	
 
static bool _has_console;
 

	
 
#if defined(__MINGW32__) || defined(__CYGWIN__)
 
	#define __TIMESTAMP__   __DATE__ __TIME__
 
#endif
 

	
 

	
 
// Helper function needed by dynamically loading SDL
 
bool LoadLibraryList(void **proc, const char *dll)