]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/vout.h
Remove E_()
[vlc] / modules / video_output / msw / vout.h
index 7d366431c76b290af49ed30c7076c87bd7d99474..43de838f56832e669b0578b8dcaff7ec69a7ff42 100644 (file)
@@ -194,8 +194,8 @@ int DirectDrawUpdateOverlay( vout_thread_t *p_vout );
 /*****************************************************************************
  * Prototypes from events.c
  *****************************************************************************/
-void E_(EventThread) ( event_thread_t *p_event );
-void E_(UpdateRects) ( vout_thread_t *p_vout, bool b_force );
+void EventThread ( event_thread_t *p_event );
+void UpdateRects ( vout_thread_t *p_vout, bool b_force );
 void Win32ToggleFullscreen ( vout_thread_t *p_vout );
 
 /*****************************************************************************