/[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 4092 by schoenebeck, Sun Feb 14 14:21:55 2021 UTC revision 4093 by schoenebeck, Mon Feb 12 12:26:06 2024 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-2021 by Christian Schoenebeck                      *   *   Copyright (C) 2003-2024 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 41  Line 41 
41  int vasprintf(char** ret, const char* format, va_list arg);  int vasprintf(char** ret, const char* format, va_list arg);
42  #endif  #endif
43    
 #if defined(_MSC_VER)  
 # if _MSC_VER < 1900  
 #  error versions prior to msvc 2015 have not been tested  
 # else  
 #  include <BaseTsd.h>  
 typedef SSIZE_T ssize_t;  
 # endif  
 #endif  
   
44  #include "RIFF.h"  #include "RIFF.h"
45    
46  // *************** Helper Functions **************  // *************** Helper Functions **************

Legend:
Removed from v.4092  
changed lines
  Added in v.4093

  ViewVC Help
Powered by ViewVC