wx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 27 Nov 2005 18:04:06 +0000 (18:04 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 27 Nov 2005 18:04:06 +0000 (18:04 +0000)
commit24c96d96bcd61bf1a7c0cf963277252a4ba9f5b6
tree09fcd5d90441fed9c93f35b4a3275a8a10a0f53a
parentf489770c107243bf0df0d60fe45a94bd568fe7ae
wx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid
a warning about an unused function, and clean up the function at the same time.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/strings/strings.cpp