/[svn]/linuxsampler/trunk/src/common/global.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/global.h

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

revision 3573 by persson, Sun Aug 18 14:20:53 2013 UTC revision 3574 by schoenebeck, Wed Aug 28 08:26:54 2019 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 - 2013 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2019 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 71  typedef unsigned int uint; Line 71  typedef unsigned int uint;
71  // C++ "override" keyword introduced with C++11 standard  // C++ "override" keyword introduced with C++11 standard
72  #if IS_CPP11  #if IS_CPP11
73  # define OVERRIDE override  # define OVERRIDE override
74    # define FINAL final
75  #else  #else
76  # define OVERRIDE  # define OVERRIDE
77    # define FINAL
78  #endif  #endif
79    
80  #endif // __LS_GLOBAL_H__  #endif // __LS_GLOBAL_H__

Legend:
Removed from v.3573  
changed lines
  Added in v.3574

  ViewVC Help
Powered by ViewVC