* Emergency fix by defining glib.gtypes locally. Last commit had

introduced a new implicit dependency on gtk2.

git-svn-id: trunk@25773 -
This commit is contained in:
marco 2013-10-14 09:15:45 +00:00
parent b7da04b550
commit 480f687160

View File

@ -63,7 +63,7 @@ unit Cairo;
interface interface
Uses Uses
CTypes, glib2; CTypes;
const const
{$ifdef MSWINDOWS} {$ifdef MSWINDOWS}
@ -91,6 +91,7 @@ const
{$ENDIF} {$ENDIF}
type type
GTYPE= culong; // =gulong from glib2, which we can't include due dependencies.
cairo_status_t = ( cairo_status_t = (
CAIRO_STATUS_SUCCESS = 0, CAIRO_STATUS_SUCCESS = 0,