X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05f68f2f84f9dcacfab853a889d7582454042412..1c0a0736a301174572c2f3ef65db9c59456ace05:/tests/benchmarks/strings.cpp diff --git a/tests/benchmarks/strings.cpp b/tests/benchmarks/strings.cpp index 616e371edf..b1ee26936d 100644 --- a/tests/benchmarks/strings.cpp +++ b/tests/benchmarks/strings.cpp @@ -356,7 +356,7 @@ BENCHMARK_FUNC(StringCmpNoCase) // Also benchmark various native functions under MSW. Surprisingly/annoyingly // they sometimes have vastly better performance than alternatives, especially // for case-sensitive comparison (see #10375). -#ifdef __WXMSW__ +#ifdef __WINDOWS__ #include "wx/msw/wrapwin.h" @@ -400,7 +400,7 @@ BENCHMARK_FUNC(MSWCompareStringIgnoreCase) ) == CSTR_EQUAL; } -#endif // __WXMSW__ +#endif // __WINDOWS__ // ---------------------------------------------------------------------------- // string buffers: wx[W]CharBuffer