Changeset 770f02b996c0bcb453a79ad738325a4ad9066b12
- Timestamp:
- 09/05/08 17:51:09
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210348269 +0300
- git-parent:
[fe5b149ec2af915066d8467e4c3143e53c4d591c]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210348269 +0300
- Message:
system_VLCPath does not exist
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb3c8d47 |
r770f02b |
|
| 46 | 46 | /* Nothing at the moment, create darwin_specific.h when needed */ |
|---|
| 47 | 47 | #elif defined( WIN32 ) || defined( UNDER_CE ) |
|---|
| 48 | | VLC_EXPORT( const char * , system_VLCPath, (void)); |
|---|
| | 48 | |
|---|
| 49 | 49 | #else |
|---|
| 50 | 50 | # define system_Init( a, b, c ) (void)0 |
|---|