Changeset 04cf4f559b33aeb0af223a7ee5c6fdb2b701c045
- Timestamp:
- 11/11/06 19:22:33
(2 years ago)
- Author:
- Damien Fouilleul <damienf@videolan.org>
- git-committer:
- Damien Fouilleul <damienf@videolan.org> 1163269353 +0000
- git-parent:
[8c2453995bb548f3ad8ccd740ac4d16704800df2]
- git-author:
- Damien Fouilleul <damienf@videolan.org> 1163269353 +0000
- Message:
- compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r62fffad |
r04cf4f5 |
|
| 246 | 246 | VLC_EXPORT( int, vout_ControlWindow, ( vout_thread_t *, void *, int, va_list ) ); |
|---|
| 247 | 247 | void vout_IntfInit( vout_thread_t * ); |
|---|
| 248 | | |
|---|
| | 248 | VLC_EXPORT( int, vout_Snapshot, ( vout_thread_t *p_vout, picture_t *p_pic ) ); |
|---|
| 249 | 249 | VLC_EXPORT( void, vout_EnableFilter, ( vout_thread_t *, char *,vlc_bool_t , vlc_bool_t ) ); |
|---|
| 250 | 250 | |
|---|
| r8978e82 |
r04cf4f5 |
|
| 591 | 591 | NULL, SHGFP_TYPE_CURRENT, |
|---|
| 592 | 592 | wdir))) |
|---|
| 593 | | p_mypictureswdir = FromWide (wdir); |
|---|
| | 593 | p_mypicturesdir = FromWide (wdir); |
|---|
| 594 | 594 | |
|---|
| 595 | 595 | FreeLibrary( shfolder_dll ); |
|---|