You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CMakeLists.txt and logging.cpp for platform compatibility and …
…warning suppression
- Added MSVC-specific definition to suppress getenv deprecation warnings in CMakeLists.txt.
- Modified preprocessor directives in logging.cpp to use VNE_PLATFORM_WIN or _WIN32 for better compatibility across Windows platforms.