|
11 | 11 | namespace { |
12 | 12 | #if INTPTR_MAX == INT64_MAX |
13 | 13 | //64-bit internal p/invoke table |
14 | | - std::array<PinvokeEntry, 46> internal_pinvokes {{ |
15 | | - {0x452e23128e42f0a, "monodroid_get_log_categories", reinterpret_cast<void*>(&monodroid_get_log_categories)}, |
| 14 | + std::array<PinvokeEntry, 45> internal_pinvokes {{ |
16 | 15 | {0xa50ce5de13bf8b5, "_monodroid_timezone_get_default_id", reinterpret_cast<void*>(&_monodroid_timezone_get_default_id)}, |
17 | 16 | {0x19055d65edfd668e, "_monodroid_get_network_interface_up_state", reinterpret_cast<void*>(&_monodroid_get_network_interface_up_state)}, |
18 | 17 | {0x2b3b0ca1d14076da, "monodroid_get_dylib", reinterpret_cast<void*>(&monodroid_get_dylib)}, |
@@ -550,7 +549,7 @@ constexpr hash_t system_security_cryptography_native_android_library_hash = 0x18 |
550 | 549 | constexpr hash_t system_globalization_native_library_hash = 0x28b5c8fca080abd5; |
551 | 550 | #else |
552 | 551 | //32-bit internal p/invoke table |
553 | | - std::array<PinvokeEntry, 46> internal_pinvokes {{ |
| 552 | + std::array<PinvokeEntry, 45> internal_pinvokes {{ |
554 | 553 | {0xb7a486a, "monodroid_TypeManager_get_java_class_name", reinterpret_cast<void*>(&monodroid_TypeManager_get_java_class_name)}, |
555 | 554 | {0xf562bd9, "monodroid_embedded_assemblies_set_assemblies_prefix", reinterpret_cast<void*>(&monodroid_embedded_assemblies_set_assemblies_prefix)}, |
556 | 555 | {0x227a2636, "monodroid_get_namespaced_system_property", reinterpret_cast<void*>(&monodroid_get_namespaced_system_property)}, |
@@ -584,7 +583,6 @@ constexpr hash_t system_globalization_native_library_hash = 0x28b5c8fca080abd5; |
584 | 583 | {0xc5146c54, "_monodroid_gref_log_delete", reinterpret_cast<void*>(&_monodroid_gref_log_delete)}, |
585 | 584 | {0xc58eafa5, "java_interop_free", reinterpret_cast<void*>(&java_interop_free)}, |
586 | 585 | {0xd3b5d2c1, "_monodroid_freeifaddrs", reinterpret_cast<void*>(&_monodroid_freeifaddrs)}, |
587 | | - {0xd78c749d, "monodroid_get_log_categories", reinterpret_cast<void*>(&monodroid_get_log_categories)}, |
588 | 586 | {0xd91f3619, "create_public_directory", reinterpret_cast<void*>(&create_public_directory)}, |
589 | 587 | {0xe215a17c, "_monodroid_weak_gref_delete", reinterpret_cast<void*>(&_monodroid_weak_gref_delete)}, |
590 | 588 | {0xe4c3ee19, "monodroid_log_traces", reinterpret_cast<void*>(&monodroid_log_traces)}, |
@@ -1089,6 +1087,6 @@ constexpr hash_t system_security_cryptography_native_android_library_hash = 0x93 |
1089 | 1087 | constexpr hash_t system_globalization_native_library_hash = 0xa66f1e5a; |
1090 | 1088 | #endif |
1091 | 1089 |
|
1092 | | -constexpr size_t internal_pinvokes_count = 46; |
| 1090 | +constexpr size_t internal_pinvokes_count = 45; |
1093 | 1091 | constexpr size_t dotnet_pinvokes_count = 477; |
1094 | 1092 | } // end of anonymous namespace |
0 commit comments