diff options
author | Camil Staps | 2019-11-23 15:00:16 +0100 |
---|---|---|
committer | Camil Staps | 2019-11-23 15:00:16 +0100 |
commit | 037eddfe7830723598c0c1b7d4a223f2279b6fd2 (patch) | |
tree | 351ad2581e8b02088f68b04100ccdea610e4031d /src/Gtk/Internal.icl | |
parent | Add PixelsAboveLines, PixelsBelowLines, and PixelsInsideWrap to control line ... (diff) |
Windows compatibilitywindows-compatibility
Diffstat (limited to 'src/Gtk/Internal.icl')
-rw-r--r-- | src/Gtk/Internal.icl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Gtk/Internal.icl b/src/Gtk/Internal.icl index 89546ba..3a817cb 100644 --- a/src/Gtk/Internal.icl +++ b/src/Gtk/Internal.icl @@ -6,6 +6,7 @@ import StdDebug import System._Pointer +// *Nix: import code from library "-lgtk-3" import code from library "-lgdk-3" import code from library "-lpangocairo-1.0" @@ -18,6 +19,12 @@ import code from library "-lgio-2.0" import code from library "-lgobject-2.0" import code from library "-lglib-2.0" +// Windows: +import code from library "gdk_library" +import code from library "glib_library" +import code from library "gobject_library" +import code from library "gtk_library" + g_free :: !Pointer !.a -> .a g_free p env = code { ccall g_free "p:V:A" |