]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/vout.h
wince: fix build of vouts
[vlc] / modules / video_output / msw / vout.h
index be29493e0f50a65169404e33460696082cfab1c4..f9118abfc1201efa9bd362db9561a29017bbe28c 100644 (file)
@@ -259,8 +259,10 @@ int DirectDrawUpdateOverlay( vout_thread_t *p_vout );
 void* EventThread ( vlc_object_t *p_this );
 void UpdateRects ( vout_thread_t *p_vout, bool b_force );
 void Win32ToggleFullscreen ( vout_thread_t *p_vout );
+#ifndef UNDER_CE
 void DisableScreensaver ( vout_thread_t *p_vout );
 void RestoreScreensaver ( vout_thread_t *p_vout );
+#endif
 int CreateEventThread( vout_thread_t *p_vout );
 void StopEventThread ( vout_thread_t *p_vout );