X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/136b3b19145e31eab72e3858a8de359c77268039..152a58083fbe9ad9ff15f41472e0a2fdf9f73fb3:/include/wx/msw/winundef.h diff --git a/include/wx/msw/winundef.h b/include/wx/msw/winundef.h index a3fd4e2ce7..41cea6dc90 100644 --- a/include/wx/msw/winundef.h +++ b/include/wx/msw/winundef.h @@ -123,11 +123,11 @@ inline HWND APIENTRY FindText(LPFINDREPLACE lpfindreplace) { - #ifdef UNICODE + #ifdef _UNICODE return FindTextW(lpfindreplace); #else return FindTextA(lpfindreplace); - #endif // !UNICODE + #endif } #endif