/[svn]/linuxsampler/trunk/src/hostplugins/lv2/PluginLv2.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/lv2/PluginLv2.cpp

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

revision 2360 by persson, Thu Aug 16 17:01:35 2012 UTC revision 2837 by persson, Sun Aug 23 06:14:00 2015 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 - 2012 Andreas Persson                             *   *   Copyright (C) 2008 - 2015 Andreas Persson                             *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
6   *   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 18  Line 18 
18   *   MA  02110-1301  USA                                                   *   *   MA  02110-1301  USA                                                   *
19   ***************************************************************************/   ***************************************************************************/
20    
21    #define _DEFAULT_SOURCE 1
22  #define _BSD_SOURCE 1  /* for realpath() */  #define _BSD_SOURCE 1  /* for realpath() */
23    
24  #include <algorithm>  #include <algorithm>

Legend:
Removed from v.2360  
changed lines
  Added in v.2837

  ViewVC Help
Powered by ViewVC