Changeset c4605ef9baf2c5006314c167ed359ca560953def
- Timestamp:
- 03/08/08 10:39:51
(6 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1204969191 -0800
- git-parent:
[21720e09b3b624c8f7f5a342d9ac703de074154d]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1204969191 -0800
- Message:
Remove unused parameter warning for Windows CE/32
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc9549a2 |
rc4605ef |
|
| 338 | 338 | { |
|---|
| 339 | 339 | #if defined (UNDER_CE) || defined (WIN32) |
|---|
| | 340 | VLC_UNUSED( mode ); |
|---|
| | 341 | |
|---|
| 340 | 342 | wchar_t wname[MAX_PATH + 1]; |
|---|
| 341 | 343 | char mod[MAX_PATH + 1]; |
|---|