Skip to content

Conversation

@nehaljwani
Copy link
Contributor

https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/byteswap-uint64-byteswap-ulong-byteswap-ushort

%SRC_DIR%\c++\src\Geospatial.cc(78): error C3861: '_byteSwap_ulong': identifier not found
%SRC_DIR%\c++\src\Geospatial.cc(81): error C3861: '_byteSwap_uint64': identifier not found

What changes were proposed in this pull request?

s/byteSwap/byteswap

Why are the changes needed?

To fix a compilation error on Windows

How was this patch tested?

Conda Forge CI

Was this patch authored or co-authored using generative AI tooling?

No

s/byteSwap/byteswap

https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/byteswap-uint64-byteswap-ulong-byteswap-ushort

%SRC_DIR%\c++\src\Geospatial.cc(78): error C3861: '_byteSwap_ulong': identifier not found
%SRC_DIR%\c++\src\Geospatial.cc(81): error C3861: '_byteSwap_uint64': identifier not found
@github-actions github-actions bot added the CPP label Aug 3, 2025
@wgtmac
Copy link
Member

wgtmac commented Aug 3, 2025

Thanks for your report and fix! This seems to be a duplicate of #2345 which comes earlier. So I'm closing this in favor of that. Looking forward to your future contribution!

@wgtmac wgtmac closed this Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants