Files
swift-mirror/stdlib/public/runtime/ReflectionMirror.cpp
Saleem Abdulrasool 82dc5bba03 runtime: adjust API usage for Windows (NFCI)
This replaces `strdup` with `_strdup` on Windows to avoid the POSIX API
deprecation warnings. It also does a minor simplification by removing
the superfluous `else`.
2025-03-24 15:00:10 -07:00

38 KiB