/[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 881 by schoenebeck, Wed Jun 28 17:46:17 2006 UTC revision 885 by schoenebeck, Wed Jun 28 19:32:21 2006 UTC
# Line 33  Line 33 
33  #include <string>  #include <string>
34  #include <sstream>  #include <sstream>
35    
36  #ifdef HAVE_CONFIG_H  // i.e. OSX people using the xcode project file will avoid inclusion of
37    // config.h here and rather use their manually maintained version.h
38    #ifndef OVERRIDE_CONFIG_H
39  # include <config.h>  # include <config.h>
40  #endif  #endif
41    

Legend:
Removed from v.881  
changed lines
  Added in v.885

  ViewVC Help
Powered by ViewVC