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

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

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

revision 4062 by schoenebeck, Sat May 23 19:55:32 2020 UTC revision 4063 by schoenebeck, Fri Oct 6 15:36:02 2023 UTC
# Line 40  Line 40 
40  #include <assert.h>  #include <assert.h>
41  #include <functional>  #include <functional>
42    
43    #ifdef _MSC_VER
44    #include <BaseTsd.h>
45    using ssize_t = SSIZE_T;
46    #endif
47    
48  #ifndef __has_extension  #ifndef __has_extension
49  # define __has_extension(x) 0  # define __has_extension(x) 0
50  #endif  #endif

Legend:
Removed from v.4062  
changed lines
  Added in v.4063

  ViewVC Help
Powered by ViewVC