/[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 2578 by persson, Sun Jan 12 19:37:55 2014 UTC revision 2579 by persson, Sat May 24 06:44:39 2014 UTC
# Line 69  namespace Gtk { Line 69  namespace Gtk {
69  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION == 21 && GTKMM_MICRO_VERSION < 9) || \  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION == 21 && GTKMM_MICRO_VERSION < 9) || \
70      (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 21) || GTKMM_MAJOR_VERSION < 2      (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 21) || GTKMM_MAJOR_VERSION < 2
71  #define ALIGN_START ALIGN_LEFT  #define ALIGN_START ALIGN_LEFT
72    #define ALIGN_END ALIGN_RIGHT
73  #endif  #endif
74    
75    

Legend:
Removed from v.2578  
changed lines
  Added in v.2579

  ViewVC Help
Powered by ViewVC