mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
This needs to be declared in order to build on windows (and since it's declared that way in the header)
PiperOrigin-RevId: 454077812
This commit is contained in:
committed by
Copybara-Service
parent
b195c46286
commit
88ee3ba338
@@ -57,7 +57,7 @@ std::string StringToPrintableHexString(const std::string& source) {
|
||||
|
||||
} // namespace
|
||||
|
||||
const Uuid kCopresenceServiceUuid(kCopresenceServiceUuidMsb,
|
||||
ABSL_CONST_INIT const Uuid kCopresenceServiceUuid(kCopresenceServiceUuidMsb,
|
||||
kCopresenceServiceUuidLsb);
|
||||
|
||||
ByteArray GenerateHash(const std::string& source, size_t size) {
|
||||
|
||||
Reference in New Issue
Block a user