diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-04-30 12:56:37 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-04-30 12:56:37 +0000 |
commit | c37f07f5a5d44e952314fac1cdb4b292f3b31ad4 (patch) | |
tree | 88ca7811c587605db2126d322130277ecc951288 | |
parent | 810e872c13c536e7a47f5302eb7b8991bde8242e (diff) |
silence warning about winDebug. winmsg.h and win.h can not be included
because of conflicting symbol names
-rw-r--r-- | hw/xwin/winmultiwindowwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winmultiwindowwm.c b/hw/xwin/winmultiwindowwm.c index 1beaf6512..786b4e001 100644 --- a/hw/xwin/winmultiwindowwm.c +++ b/hw/xwin/winmultiwindowwm.c @@ -55,6 +55,7 @@ #include "ddraw.h" #include "winwindow.h" +extern void winDebug(const char *format, ...); #ifndef CYGDEBUG #define CYGDEBUG NO |