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

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

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

revision 2506 by persson, Sun Mar 6 07:52:43 2011 UTC revision 2507 by persson, Sun Jan 12 19:37:55 2014 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2011 Andreas Persson   * Copyright (C) 2011-2014 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 20  Line 20 
20  #include <gtkmmconfig.h>  #include <gtkmmconfig.h>
21    
22  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 90) || GTKMM_MAJOR_VERSION < 2  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 90) || GTKMM_MAJOR_VERSION < 2
23    #include <gdkmm/window.h>
24  #include <gdkmm/general.h>  #include <gdkmm/general.h>
25  #include <gdk/gdkcairo.h>  #include <gdk/gdkcairo.h>
26  #include "compat.h"  #include "compat.h"

Legend:
Removed from v.2506  
changed lines
  Added in v.2507

  ViewVC Help
Powered by ViewVC