summaryrefslogtreecommitdiff
path: root/gmodule/gmodule-win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gmodule/gmodule-win32.c')
-rw-r--r--gmodule/gmodule-win32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gmodule/gmodule-win32.c b/gmodule/gmodule-win32.c
index ebf0cbb55..882ee7b0a 100644
--- a/gmodule/gmodule-win32.c
+++ b/gmodule/gmodule-win32.c
@@ -52,7 +52,8 @@ set_error (void)
/* --- functions --- */
static gpointer
_g_module_open (const gchar *file_name,
- gboolean bind_lazy)
+ gboolean bind_lazy,
+ gboolean bind_local)
{
HINSTANCE handle;
#ifdef G_WITH_CYGWIN