]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/wingdi.c: compilation fix when compiled as plugin.
authorGildas Bazin <gbazin@videolan.org>
Wed, 3 Aug 2005 18:26:11 +0000 (18:26 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 3 Aug 2005 18:26:11 +0000 (18:26 +0000)
modules/video_output/wingdi.c

index ba2287473e354e312d5c1c8c28edb52e2979fc49..4d783742bdc3ae74cc8084ff91c5917751404124 100644 (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