- Fix portability issues with config.h header. Now it is

included by the compiler (via a flag) and the visibility
macros have been moved to a separate header. You'll
probably need to cleanup your source dir and re-run autogen.sh
before compiling sgpem again.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1191 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-16 13:34:43 +00:00
parent 74a2d8ff91
commit d128ee8608
118 changed files with 171 additions and 393 deletions

View file

@ -21,7 +21,7 @@
#ifndef SCHEDULABLE_STATE_WIDGET_HH
#define SCHEDULABLE_STATE_WIDGET_HH 1
#include "config.h"
#include <sgpemv2/schedulable.hh>
#include "cairo_elements.hh"