/[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 2915 by schoenebeck, Tue May 17 14:30:10 2016 UTC revision 2916 by schoenebeck, Tue May 17 19:58:09 2016 UTC
# Line 68  typedef unsigned __int64 uint64_t; Line 68  typedef unsigned __int64 uint64_t;
68  #endif  #endif
69    
70  #ifdef WIN32  #ifdef WIN32
71    # if (_WIN32 && !_WIN64) || (__GNUC__ && !(__x86_64__ || __ppc64__)) /* if 32 bit windows compilation */
72    #  define _WIN32_WINNT 0x0501 /* Win XP (no service pack): required for 32 bit compilation for GetFileSizeEx() to be declared by windows.h */
73    # endif
74  # include <windows.h>  # include <windows.h>
75    typedef unsigned int   uint;    typedef unsigned int   uint;
76  #endif // WIN32  #endif // WIN32

Legend:
Removed from v.2915  
changed lines
  Added in v.2916

  ViewVC Help
Powered by ViewVC