mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 00:51:28 +02: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
|
||||
|
||||
Uses
|
||||
CTypes, glib2;
|
||||
CTypes;
|
||||
|
||||
const
|
||||
{$ifdef MSWINDOWS}
|
||||
@ -91,6 +91,7 @@ const
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
GTYPE= culong; // =gulong from glib2, which we can't include due dependencies.
|
||||
cairo_status_t = (
|
||||
CAIRO_STATUS_SUCCESS = 0,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user