diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-12-05 21:24:48 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-12-05 21:24:48 +0000 |
commit | 9bd1328c49aafae67a6a6d9fd17063c75d8547a2 (patch) | |
tree | 7095a16dfea3dcff6b11049374b1f8befff25dd3 /hw/xwin/winerror.c | |
parent | bf0a760331e2fe4dbc00e78f87022c7464d9ca4f (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/winerror.c')
-rw-r--r-- | hw/xwin/winerror.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwin/winerror.c b/hw/xwin/winerror.c index fa6212ff2..dee7574ad 100644 --- a/hw/xwin/winerror.c +++ b/hw/xwin/winerror.c @@ -93,7 +93,6 @@ OsVendorFatalError (void) void winMessageBoxF (const char *pszError, UINT uType, ...) { - int i; char * pszErrorF = NULL; char * pszMsgBox = NULL; va_list args; |