1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-10 19:05:07 +02:00

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

This commit is contained in:
Gildas Bazin 2005-08-03 18:26:11 +00:00
parent ac4dea2426
commit 57c60ce882

View File

@ -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