/[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 3363 by persson, Sun Jan 12 19:37:55 2014 UTC revision 3364 by schoenebeck, Tue Nov 14 18:07:25 2017 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2011-2014 Andreas Persson   * Copyright (C) 2011-2017 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 17  Line 17 
17   * 02110-1301 USA.   * 02110-1301 USA.
18   */   */
19    
20  #include <gtkmmconfig.h>  #ifdef GTKMM_HEADER_FILE
21    # include GTKMM_HEADER_FILE(gtkmmconfig.h)
22    #else
23    # include <gtkmmconfig.h>
24    #endif
25    
26  #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
27  #include <gdkmm/window.h>  #include <gdkmm/window.h>

Legend:
Removed from v.3363  
changed lines
  Added in v.3364

  ViewVC Help
Powered by ViewVC