File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/native/pinvoke-override Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ using namespace xamarin::android;
4
4
5
5
PinvokeOverride::pinvoke_library_map PinvokeOverride::other_pinvoke_map (PinvokeOverride::LIBRARY_MAP_INITIAL_BUCKET_COUNT);
6
6
<<<<<<< HEAD
7
+ <<<<<<< HEAD
7
8
xamarin::android::mutex PinvokeOverride::pinvoke_map_write_lock;
8
9
=======
9
10
std::mutex PinvokeOverride::pinvoke_map_write_lock;
10
11
>>>>>>> 13ba4b152 (Let' s see what breaks)
12
+ =======
13
+ xamarin::android::mutex PinvokeOverride::pinvoke_map_write_lock;
14
+ >>>>>>> da87011a5 (Fix post-rebase issues and conflicts)
Original file line number Diff line number Diff line change @@ -78,7 +78,11 @@ namespace xamarin::android {
78
78
static void * monodroid_pinvoke_override (const char *library_name, const char *entrypoint_name);
79
79
80
80
private:
81
+ <<<<<<< HEAD
81
82
static xamarin::android::mutex pinvoke_map_write_lock;
83
+ =======
84
+ static xamarin::android::mutex pinvoke_map_write_lock;
85
+ >>>>>>> da87011a5 (Fix post-rebase issues and conflicts)
82
86
static pinvoke_library_map other_pinvoke_map;
83
87
84
88
#if defined(PRECOMPILED)
You can’t perform that action at this time.
0 commit comments