Changeset 2c083c9f8600e8457d9fc119f3ffc094c279b0a7
- Timestamp:
- 02/25/08 11:27:52
(6 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1203935272 +0000
- git-parent:
[c892be9a82570026e37d5ebe28ddbb399f40ec18]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1203935272 +0000
- Message:
Fix i386-Win32Cross-Trunk compilation.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r868cd6a |
r2c083c9 |
|
| 45 | 45 | b_stream(0), |
|---|
| 46 | 46 | b_autoplay(1), |
|---|
| | 47 | #if XP_UNIX |
|---|
| 47 | 48 | i_control_height(45), |
|---|
| | 49 | #endif |
|---|
| 48 | 50 | psz_target(NULL), |
|---|
| 49 | 51 | libvlc_instance(NULL), |
|---|