mystor / rust-cpp

Embed C++ directly inside your rust code!
Apache License 2.0
798 stars 44 forks source link

_WIN32 is better for windows detection #55

Closed wicast closed 5 years ago

wicast commented 5 years ago

via https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros _WIN32 Defined as 1 when the compilation target is 32-bit ARM, 64-bit ARM, x86, or x64. Otherwise, undefined. _WIN64 Defined as 1 when the compilation target is 64-bit ARM or x64. Otherwise, undefined.