windowsIsCpp property

bool windowsIsCpp
final

True when windows: NativeImpl.cpp — the shared src/ stub is compiled on Windows too (windows/CMakeLists.txt delegates to ../src), so the auto-register guard must include _WIN32.

Implementation

final bool windowsIsCpp;