forked from mirror/OpenTTD
(svn r2681) - Fix OS/2 port, please do not modify openttd.wpj/tgt by hand unless you know what you're doing!
This commit is contained in:
12
os2.c
12
os2.c
@@ -1,11 +1,15 @@
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "variables.h"
|
||||
#include "window.h"
|
||||
#include "string.h"
|
||||
#include "table/strings.h"
|
||||
#include "hal.h"
|
||||
#include "gfx.h"
|
||||
#include "gui.h"
|
||||
#include "saveload.h"
|
||||
#include "functions.h"
|
||||
#include "macros.h"
|
||||
|
||||
#include <direct.h>
|
||||
#include <unistd.h>
|
||||
@@ -25,6 +29,8 @@
|
||||
#include <os2.h>
|
||||
#include <os2me.h>
|
||||
|
||||
#include <i86.h>
|
||||
|
||||
#if defined(WITH_SDL)
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
@@ -772,3 +778,9 @@ void JoinOTTDThread(void)
|
||||
|
||||
DosWaitThread(&thread1, DCWW_WAIT);
|
||||
}
|
||||
|
||||
void CSleep(int milliseconds)
|
||||
{
|
||||
delay(milliseconds);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user