File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/native/pinvoke-override Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33using namespace xamarin ::android;
44
55PinvokeOverride::pinvoke_library_map PinvokeOverride::other_pinvoke_map (PinvokeOverride::LIBRARY_MAP_INITIAL_BUCKET_COUNT);
6- std ::mutex PinvokeOverride::pinvoke_map_write_lock;
6+ xamarin::android ::mutex PinvokeOverride::pinvoke_map_write_lock;
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ namespace xamarin::android {
7878 static void * monodroid_pinvoke_override (const char *library_name, const char *entrypoint_name);
7979
8080 private:
81- static std:: mutex pinvoke_map_write_lock;
81+ static xamarin::android:: mutex pinvoke_map_write_lock;
8282 static pinvoke_library_map other_pinvoke_map;
8383
8484#if defined(PRECOMPILED)
You can’t perform that action at this time.
0 commit comments