/[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 4092 by schoenebeck, Fri Oct 6 15:36:02 2023 UTC revision 4093 by schoenebeck, Mon Feb 12 12:26:06 2024 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2017-2020 Christian Schoenebeck                         *   *   Copyright (C) 2017-2024 Christian Schoenebeck                         *
4   *                           <cuse@users.sourceforge.net>                  *   *                           <cuse@users.sourceforge.net>                  *
5   *                                                                         *   *                                                                         *
6   *   This library is part of libgig.                                       *   *   This library is part of libgig.                                       *
# Line 40  Line 40 
40  #include <assert.h>  #include <assert.h>
41  #include <functional>  #include <functional>
42    
43  #ifdef _MSC_VER  #include "sysdef.h"
 #include <BaseTsd.h>  
 using ssize_t = SSIZE_T;  
 #endif  
44    
45  #ifndef __has_extension  #ifndef __has_extension
46  # define __has_extension(x) 0  # define __has_extension(x) 0

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

  ViewVC Help
Powered by ViewVC