From 8a415dd0f64c83a878af28f84674295677b36d5d Mon Sep 17 00:00:00 2001 From: Jay Krell Date: Tue, 3 Sep 2019 15:41:11 -0700 Subject: [PATCH] Update mono/eglib/glib.h Co-Authored-By: Larry Ewing Commit migrated from https://github.com/mono/mono/commit/d0817ccdc6492665fd57ca678d5fc55a216287fb --- src/mono/mono/eglib/glib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/mono/eglib/glib.h b/src/mono/mono/eglib/glib.h index 1ba1477..f4c3f9a 100644 --- a/src/mono/mono/eglib/glib.h +++ b/src/mono/mono/eglib/glib.h @@ -1425,7 +1425,7 @@ mono_get_module_filename (gpointer mod, gunichar2** pstr, guint32* plength); // g_free the result // No MAX_PATH limit. gboolean -mono_get_module_filename_ex (gpointer process, gpointer mod, gunichar2** pstr, guint32* plength); +mono_get_module_filename_ex (gpointer process, gpointer mod, gunichar2 **pstr, guint32 *plength); // g_free the result // No MAX_PATH limit. -- 2.7.4