diff options
Diffstat (limited to 'hw/xwin/winwindow.h')
-rw-r--r-- | hw/xwin/winwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xwin/winwindow.h b/hw/xwin/winwindow.h index 65e4bea0c..959ce152a 100644 --- a/hw/xwin/winwindow.h +++ b/hw/xwin/winwindow.h @@ -84,7 +84,6 @@ typedef struct { #endif } winPrivWinRec, *winPrivWinPtr; -#ifdef XWIN_MULTIWINDOW typedef struct _winWMMessageRec { DWORD dwID; DWORD msg; @@ -162,5 +161,4 @@ void void winShowWindowOnTaskbar(HWND hWnd, Bool show); -#endif /* XWIN_MULTIWINDOW */ #endif |