Commit 57c60ce8 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/wingdi.c: compilation fix when compiled as plugin.

parent ac4dea24
......@@ -36,7 +36,7 @@
#define SHFS_SHOWSIPBUTTON 0x0004
#define SHFS_HIDESIPBUTTON 0x0008
#ifdef UNDER_CE
#if defined(UNDER_CE) && !defined(__PLUGIN__) /*FIXME*/
# define MENU_HEIGHT 26
BOOL SHFullScreen(HWND hwndRequester, DWORD dwState);
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment