/[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 2136 by persson, Sun Apr 25 12:51:30 2010 UTC revision 2137 by schoenebeck, Mon Oct 4 12:20:23 2010 UTC
# Line 57  typedef unsigned int uint; Line 57  typedef unsigned int uint;
57  #include <sys/types.h>  #include <sys/types.h>
58  #endif  #endif
59    
60    #ifdef __GNUC__
61    #define DEPRECATED_API __attribute__ ((deprecated))
62    #else
63    #define DEPRECATED_API
64    #endif
65    
66  #endif // __LS_GLOBAL_H__  #endif // __LS_GLOBAL_H__

Legend:
Removed from v.2136  
changed lines
  Added in v.2137

  ViewVC Help
Powered by ViewVC