Changeset 7b86062d7e84e16fd96e7f41cb589b429064d803

Show
Ignore:
Timestamp:
05/01/08 16:38:24 (3 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209652704 +0300
git-parent:

[2ea3b5fc8afa530afc65d520b33ef7edc354f775]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209652704 +0300
Message:

<inttypes.h> is a superset of <stdint.h>, use it instead.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_common.h

    r2ea3b5f r7b86062  
    6060 * Basic types definitions 
    6161 *****************************************************************************/ 
    62 #if defined( HAVE_STDINT_H ) 
    63 #   include <stdint.h> 
    64 #elif defined( HAVE_INTTYPES_H ) 
     62#if defined( HAVE_INTTYPES_H ) 
    6563#   include <inttypes.h> 
    6664#elif defined( SYS_CYGWIN )