Don't redirect stdlib wchar functions to our test platform shims. (#22072)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Wed, 23 Jan 2019 18:34:54 +0000 (10:34 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Jan 2019 18:34:54 +0000 (10:34 -0800)
commit5fb8eb38f89a099461db3b5985f281db1b7ae263
tree3c918f13e6f4476509d2f5216d98f7ef48988dc6
parent481a99f52bf0516f589368455ab05818d23e051e
Don't redirect stdlib wchar functions to our test platform shims. (#22072)

* Don't redirect stdlib wchar functions to our test platform shims.

* Fix bad find-replaces.

* Remove unused overload and last wchar shadowing.
17 files changed:
tests/src/Common/Platform/platformdefines.cpp
tests/src/Common/Platform/platformdefines.h
tests/src/Interop/ArrayMarshalling/SafeArray/RecordNative.cpp
tests/src/Interop/COM/NativeServer/DispatchTesting.h
tests/src/Interop/COM/NativeServer/Servers.cpp
tests/src/Interop/COM/NativeServer/StringTesting.h
tests/src/Interop/PInvoke/DateTime/NativeDateTime.cpp
tests/src/Interop/PInvoke/DllImportPath/DllImportPathNative.cpp
tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.h
tests/src/Interop/StringMarshalling/LPSTR/LPSTRTestNative.cpp
tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTestNative.cpp
tests/src/Interop/StringMarshalling/UTF8/UTF8TestNative.cpp
tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrNative.cpp
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsParamDLL.h
tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.h
tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.cpp
tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.h