part of Ictrl -> Iscntrl change I forgot to commit (not important, anyhow)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
975b6bcf9b
commit
4eb7c4b180
@ -968,7 +968,7 @@ inline WORD wxMSW_ctype(wxChar ch)
|
||||
|
||||
WXDLLEXPORT int wxIsalnum(wxChar ch) { return IsCharAlphaNumeric(ch); }
|
||||
WXDLLEXPORT int wxIsalpha(wxChar ch) { return IsCharAlpha(ch); }
|
||||
WXDLLEXPORT int wxIsctrl(wxChar ch) { return wxMSW_ctype(ch) & C1_CNTRL; }
|
||||
WXDLLEXPORT int wxIscntrl(wxChar ch) { return wxMSW_ctype(ch) & C1_CNTRL; }
|
||||
WXDLLEXPORT int wxIsdigit(wxChar ch) { return wxMSW_ctype(ch) & C1_DIGIT; }
|
||||
WXDLLEXPORT int wxIsgraph(wxChar ch) { return wxMSW_ctype(ch) & (C1_DIGIT|C1_PUNCT|C1_ALPHA); }
|
||||
WXDLLEXPORT int wxIslower(wxChar ch) { return IsCharLower(ch); }
|
||||
|
Loading…
Reference in New Issue
Block a user