/[svn]/libgig/trunk/src/RIFF.h
ViewVC logotype

Diff of /libgig/trunk/src/RIFF.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3468 by persson, Tue Feb 12 18:54:40 2019 UTC revision 3476 by schoenebeck, Wed Feb 20 19:12:49 2019 UTC
# Line 54  Line 54 
54  # include <unistd.h>  # include <unistd.h>
55  #endif // POSIX  #endif // POSIX
56    
57  #ifdef _MSC_VER  #if defined _MSC_VER && _MSC_VER < 1600
58  // Visual C++ 2008 doesn't have stdint.h  // Visual C++ 2008 doesn't have stdint.h
59  typedef __int8 int8_t;  typedef __int8 int8_t;
60  typedef __int16 int16_t;  typedef __int16 int16_t;

Legend:
Removed from v.3468  
changed lines
  Added in v.3476

  ViewVC Help
Powered by ViewVC