Skip to content

Commit 054a067

Browse files
committed
Merge branch 'topic/vadim/pangocairo' into 'master'
Fix build on Windows 32bits. See merge request eng/ide/gtkada!32
2 parents 381a1b0 + 7910b61 commit 054a067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pango-cairo.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ package body Pango.Cairo is
3636
function pango_cairo_font_map_new_for_font_type
3737
(fonttype : Standard.Cairo.Cairo_Font_Type) return System.Address with
3838
Import, Convention => C,
39-
Link_Name => "pango_cairo_font_map_new_for_font_type";
39+
External_Name => "pango_cairo_font_map_new_for_font_type";
4040

4141
procedure pango_cairo_font_map_set_default
4242
(fontmap : System.Address) with
4343
Import, Convention => C,
44-
Link_Name => "pango_cairo_font_map_set_default";
44+
External_Name => "pango_cairo_font_map_set_default";
4545

4646
begin
4747
pango_cairo_font_map_set_default

0 commit comments

Comments
 (0)