summaryrefslogtreecommitdiff
path: root/hw/xwin/win.h
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-12-05 21:24:48 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-12-05 21:24:48 +0000
commit9bd1328c49aafae67a6a6d9fd17063c75d8547a2 (patch)
tree7095a16dfea3dcff6b11049374b1f8befff25dd3 /hw/xwin/win.h
parentbf0a760331e2fe4dbc00e78f87022c7464d9ca4f (diff)
redone ddraw.h to be able to mix it with w32api style COM header files.
obj_base.h is not needed anymore. Using <objbase.h> instead. Use Xwindows.h instead of windows.h do not include win_ms.h remove extra definition of sleep() Set HOME to Documents and Settings/username if not set Use Xming basedir instead of ProjectRoot for system.XWinrc Fix callback functions to use wBOOL instead of BOOL Fix compiler warnings. Added debug output. Fix warning about undefined macro max
Diffstat (limited to 'hw/xwin/win.h')
-rw-r--r--hw/xwin/win.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h
index 401206d53..74d3e89e0 100644
--- a/hw/xwin/win.h
+++ b/hw/xwin/win.h
@@ -140,10 +140,6 @@
#include <sys/stat.h>
#include <stdio.h>
-#ifndef __CYGWIN__
-#define sleep(x) Sleep(1000 * (x))
-#endif
-
#include <errno.h>
#if defined(XWIN_MULTIWINDOWEXTWM) || defined(XWIN_CLIPBOARD) || defined(XWIN_MULTIWINDOW)
#include <pthread.h>