|
11 | 11 | namespace {
|
12 | 12 | #if INTPTR_MAX == INT64_MAX
|
13 | 13 | //64-bit internal p/invoke table
|
14 |
| - std::array<PinvokeEntry, 49> internal_pinvokes {{ |
| 14 | + std::array<PinvokeEntry, 48> internal_pinvokes {{ |
15 | 15 | {0x452e23128e42f0a, "monodroid_get_log_categories", reinterpret_cast<void*>(&monodroid_get_log_categories)},
|
16 | 16 | {0xa50ce5de13bf8b5, "_monodroid_timezone_get_default_id", reinterpret_cast<void*>(&_monodroid_timezone_get_default_id)},
|
17 | 17 | {0x19055d65edfd668e, "_monodroid_get_network_interface_up_state", reinterpret_cast<void*>(&_monodroid_get_network_interface_up_state)},
|
@@ -43,7 +43,6 @@ namespace {
|
43 | 43 | {0xc2a21d3f6c8ccc24, "_monodroid_lookup_replacement_method_info", reinterpret_cast<void*>(&_monodroid_lookup_replacement_method_info)},
|
44 | 44 | {0xc5b4690e13898fa3, "monodroid_timing_start", reinterpret_cast<void*>(&monodroid_timing_start)},
|
45 | 45 | {0xcc873ea8493d1dd5, "monodroid_embedded_assemblies_set_assemblies_prefix", reinterpret_cast<void*>(&monodroid_embedded_assemblies_set_assemblies_prefix)},
|
46 |
| - {0xce439cfbe29dec11, "_monodroid_get_android_api_level", reinterpret_cast<void*>(&_monodroid_get_android_api_level)}, |
47 | 46 | {0xd1e121b94ea63f2e, "_monodroid_gref_get", reinterpret_cast<void*>(&_monodroid_gref_get)},
|
48 | 47 | {0xd5151b00eb33d85e, "monodroid_TypeManager_get_java_class_name", reinterpret_cast<void*>(&monodroid_TypeManager_get_java_class_name)},
|
49 | 48 | {0xda517ef392b6a888, "java_interop_free", reinterpret_cast<void*>(&java_interop_free)},
|
@@ -553,14 +552,13 @@ constexpr hash_t system_security_cryptography_native_android_library_hash = 0x18
|
553 | 552 | constexpr hash_t system_globalization_native_library_hash = 0x28b5c8fca080abd5;
|
554 | 553 | #else
|
555 | 554 | //32-bit internal p/invoke table
|
556 |
| - std::array<PinvokeEntry, 49> internal_pinvokes {{ |
| 555 | + std::array<PinvokeEntry, 48> internal_pinvokes {{ |
557 | 556 | {0xb7a486a, "monodroid_TypeManager_get_java_class_name", reinterpret_cast<void*>(&monodroid_TypeManager_get_java_class_name)},
|
558 | 557 | {0xf562bd9, "monodroid_embedded_assemblies_set_assemblies_prefix", reinterpret_cast<void*>(&monodroid_embedded_assemblies_set_assemblies_prefix)},
|
559 | 558 | {0x1a8eab17, "_monodroid_get_identity_hash_code", reinterpret_cast<void*>(&_monodroid_get_identity_hash_code)},
|
560 | 559 | {0x227a2636, "monodroid_get_namespaced_system_property", reinterpret_cast<void*>(&monodroid_get_namespaced_system_property)},
|
561 | 560 | {0x2a0e1744, "java_interop_strdup", reinterpret_cast<void*>(&java_interop_strdup)},
|
562 | 561 | {0x2aea7c33, "_monodroid_max_gref_get", reinterpret_cast<void*>(&_monodroid_max_gref_get)},
|
563 |
| - {0x2f7d0f53, "_monodroid_get_android_api_level", reinterpret_cast<void*>(&_monodroid_get_android_api_level)}, |
564 | 562 | {0x30b9487b, "_monodroid_get_dns_servers", reinterpret_cast<void*>(&_monodroid_get_dns_servers)},
|
565 | 563 | {0x3227d81a, "monodroid_timing_start", reinterpret_cast<void*>(&monodroid_timing_start)},
|
566 | 564 | {0x333d4835, "_monodroid_lookup_replacement_method_info", reinterpret_cast<void*>(&_monodroid_lookup_replacement_method_info)},
|
@@ -1095,6 +1093,6 @@ constexpr hash_t system_security_cryptography_native_android_library_hash = 0x93
|
1095 | 1093 | constexpr hash_t system_globalization_native_library_hash = 0xa66f1e5a;
|
1096 | 1094 | #endif
|
1097 | 1095 |
|
1098 |
| -constexpr size_t internal_pinvokes_count = 49; |
| 1096 | +constexpr size_t internal_pinvokes_count = 48; |
1099 | 1097 | constexpr size_t dotnet_pinvokes_count = 477;
|
1100 | 1098 | } // end of anonymous namespace
|
0 commit comments