Xbox builds again

This commit is contained in:
Chris Danford
2004-06-20 01:35:25 +00:00
parent 2852b1e6ed
commit 6bd2a34271
84 changed files with 15210 additions and 41 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
#include "arch_setup.h"
#include "RageThreads.h"
#include <time.h>
#include <windows.h>
#ifdef _WINDOWS
# include <windows.h>
#endif
struct tm *my_localtime_r( const time_t *timep, struct tm *result )
{