Changeset 28737ffcb575641e55b9ec9b04fe3e5c6e130141

Show
Ignore:
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
  • include/vlc_fixups.h

    r540c761 r28737ff  
    2424 * This file is a collection of portability fixes 
    2525 */ 
     26 
     27#ifndef LIBVLC_FIXUPS_H 
     28# define LIBVLC_FIXUPS_H 1 
    2629 
    2730#ifndef HAVE_STRDUP 
     
    119122#endif 
    120123 
     124#endif /* !LIBVLC_FIXUPS_H */