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

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

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

revision 3198 by schoenebeck, Wed May 17 15:42:58 2017 UTC revision 3199 by schoenebeck, Sun May 21 17:04:34 2017 UTC
# Line 35  Line 35 
35  # define VERSION VER_STRING // VER_STRING defined in libgig_private.h  # define VERSION VER_STRING // VER_STRING defined in libgig_private.h
36  #endif // WIN32  #endif // WIN32
37    
38    #if HAVE_CONFIG_H && !HAVE_VASPRINTF && defined(WIN32)
39    # include <stdarg.h>
40    int vasprintf(char** ret, const char* format, va_list arg);
41    #endif
42    
43  #include "RIFF.h"  #include "RIFF.h"
44    
45  // *************** Helper Functions **************  // *************** Helper Functions **************

Legend:
Removed from v.3198  
changed lines
  Added in v.3199

  ViewVC Help
Powered by ViewVC