mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 11:05:12 +01:00
* 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:
parent
b7da04b550
commit
480f687160
@ -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,
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user