[corlib] When parsing the ECMA key, don't produce a public key. Fixes #58637
[mono.git] / mono / metadata / w32mutex.h
index f0351ecd5c2255c7b8de4e36bc8103af25c6b2c6..375731591525d9e75d3b4658723e6308c0cd486d 100644 (file)
@@ -22,7 +22,7 @@ MonoBoolean
 ves_icall_System_Threading_Mutex_ReleaseMutex_internal (gpointer handle);
 
 gpointer
-ves_icall_System_Threading_Mutex_OpenMutex_internal (MonoString *name, gint32 rights, gint32 *error);
+ves_icall_System_Threading_Mutex_OpenMutex_internal (MonoStringHandle name, gint32 rights, gint32 *err, MonoError *error);
 
 typedef struct MonoW32HandleNamedMutex MonoW32HandleNamedMutex;