/[svn]/gigedit/trunk/src/gigedit/compat.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/compat.h

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

revision 2324 by persson, Sun Mar 6 07:52:43 2011 UTC revision 2325 by persson, Sun Mar 4 09:01:40 2012 UTC
# Line 63  namespace Gdk { Line 63  namespace Gdk {
63  }  }
64  #endif  #endif
65    
66    
67    // glibmm 2.31.2
68    
69    #if (GLIBMM_MAJOR_VERSION == 2 && GLIBMM_MINOR_VERSION == 31 && GLIBMM_MICRO_VERSION < 2) || \
70        (GLIBMM_MAJOR_VERSION == 2 && GLIBMM_MINOR_VERSION < 31) || GLIBMM_MAJOR_VERSION < 2
71    
72    namespace Glib {
73        namespace Threads {
74            using Glib::Thread;
75            using Glib::Mutex;
76            using Glib::Cond;
77        }
78    }
79    
80    #define OLD_THREADS
81    
82    #endif
83    
84  #endif  #endif

Legend:
Removed from v.2324  
changed lines
  Added in v.2325

  ViewVC Help
Powered by ViewVC