/[svn]/linuxsampler/trunk/src/hostplugins/vst/PluginVst.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/vst/PluginVst.h

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

revision 2346 by persson, Sun May 3 12:15:40 2009 UTC revision 2347 by persson, Sun Jun 10 15:47:32 2012 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 Andreas Persson                                    *   *   Copyright (C) 2008 - 2012 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 47  namespace { Line 47  namespace {
47  #ifdef WIN32  #ifdef WIN32
48          HANDLE ProcessHandle;          HANDLE ProcessHandle;
49          LPTSTR Command;          LPTSTR Command;
50    #else
51            pid_t pid;
52  #endif  #endif
53            static String FindFantasia();
54      };      };
55    
56    

Legend:
Removed from v.2346  
changed lines
  Added in v.2347

  ViewVC Help
Powered by ViewVC