Changeset 28737ffcb575641e55b9ec9b04fe3e5c6e130141
- Timestamp:
- 19/03/08 17:58:46
(9 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1205945926 +0200
- git-parent:
[49c5319575d754e806a0eebc93138a9c52f926ef]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1205945926 +0200
- Message:
vlc_fixups.h: Protect against multiple inclusions
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r540c761 |
r28737ff |
|
| 24 | 24 | * This file is a collection of portability fixes |
|---|
| 25 | 25 | */ |
|---|
| | 26 | |
|---|
| | 27 | #ifndef LIBVLC_FIXUPS_H |
|---|
| | 28 | # define LIBVLC_FIXUPS_H 1 |
|---|
| 26 | 29 | |
|---|
| 27 | 30 | #ifndef HAVE_STRDUP |
|---|
| … | … | |
| 119 | 122 | #endif |
|---|
| 120 | 123 | |
|---|
| | 124 | #endif /* !LIBVLC_FIXUPS_H */ |
|---|