/[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 3467 by schoenebeck, Sat Jul 22 09:01:59 2017 UTC revision 3468 by persson, Tue Feb 12 18:54:40 2019 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   libgig - C++ cross-platform Gigasampler format file access library    *   *   libgig - C++ cross-platform Gigasampler format file access library    *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003-2017 by Christian Schoenebeck                      *   *   Copyright (C) 2003-2019 by Christian Schoenebeck                      *
6   *                              <cuse@users.sourceforge.net>               *   *                              <cuse@users.sourceforge.net>               *
7   *                                                                         *   *                                                                         *
8   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
# Line 70  typedef unsigned __int64 uint64_t; Line 70  typedef unsigned __int64 uint64_t;
70    
71  #ifdef WIN32  #ifdef WIN32
72  # if (_WIN32 && !_WIN64) || (__GNUC__ && !(__x86_64__ || __ppc64__)) /* if 32 bit windows compilation */  # if (_WIN32 && !_WIN64) || (__GNUC__ && !(__x86_64__ || __ppc64__)) /* if 32 bit windows compilation */
73  #  define _WIN32_WINNT 0x0501 /* Win XP (no service pack): required for 32 bit compilation for GetFileSizeEx() to be declared by windows.h */  #  if _WIN32_WINNT < 0x0501
74    #   undef _WIN32_WINNT
75    #   define _WIN32_WINNT 0x0501 /* Win XP (no service pack): required for 32 bit compilation for GetFileSizeEx() to be declared by windows.h */
76    #  endif
77  # endif  # endif
78  # include <windows.h>  # include <windows.h>
79    typedef unsigned int   uint;    typedef unsigned int   uint;

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

  ViewVC Help
Powered by ViewVC