summaryrefslogtreecommitdiff
path: root/src/w32font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32font.c')
-rw-r--r--src/w32font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32font.c b/src/w32font.c
index fb41989caa7..6c1b4d0bc20 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -216,6 +216,7 @@ w32_load_unicows_or_gdi32 (void)
}
else
ret = LoadLibrary ("Gdi32.dll");
+ return ret;
}
/* The following 3 functions call the problematic "wide" APIs via
@@ -2721,4 +2722,3 @@ globals_of_w32font (void)
g_b_init_get_text_metrics_w = 0;
g_b_init_get_glyph_outline_w = 0;
}
-