Commit 04cf4f55 authored by Damien Fouilleul's avatar Damien Fouilleul

- compile fix

parent 8c245399
...@@ -245,7 +245,7 @@ VLC_EXPORT( void *, vout_RequestWindow, ( vout_thread_t *, int *, int *, unsigne ...@@ -245,7 +245,7 @@ VLC_EXPORT( void *, vout_RequestWindow, ( vout_thread_t *, int *, int *, unsigne
VLC_EXPORT( void, vout_ReleaseWindow, ( vout_thread_t *, void * ) ); VLC_EXPORT( void, vout_ReleaseWindow, ( vout_thread_t *, void * ) );
VLC_EXPORT( int, vout_ControlWindow, ( vout_thread_t *, void *, int, va_list ) ); VLC_EXPORT( int, vout_ControlWindow, ( vout_thread_t *, void *, int, va_list ) );
void vout_IntfInit( vout_thread_t * ); void vout_IntfInit( vout_thread_t * );
VLC_EXPORT( int, vout_Snapshot, ( vout_thread_t *p_vout, picture_t *p_pic ) );
VLC_EXPORT( void, vout_EnableFilter, ( vout_thread_t *, char *,vlc_bool_t , vlc_bool_t ) ); VLC_EXPORT( void, vout_EnableFilter, ( vout_thread_t *, char *,vlc_bool_t , vlc_bool_t ) );
......
...@@ -590,7 +590,7 @@ int vout_Snapshot( vout_thread_t *p_vout, picture_t *p_pic ) ...@@ -590,7 +590,7 @@ int vout_Snapshot( vout_thread_t *p_vout, picture_t *p_pic )
CSIDL_MYPICTURES | CSIDL_FLAG_CREATE, CSIDL_MYPICTURES | CSIDL_FLAG_CREATE,
NULL, SHGFP_TYPE_CURRENT, NULL, SHGFP_TYPE_CURRENT,
wdir))) wdir)))
p_mypictureswdir = FromWide (wdir); p_mypicturesdir = FromWide (wdir);
FreeLibrary( shfolder_dll ); FreeLibrary( shfolder_dll );
} }
......
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