RESOLVED FIXED 31874
isAlphanumeric does not exist on WinCE
https://bugs.webkit.org/show_bug.cgi?id=31874
Summary isAlphanumeric does not exist on WinCE
Ismail Donmez
Reported 2009-11-25 07:38:23 PST
Currently trunk fails to compile on Qt/WinCE : ..\..\..\WebCore\platform\text\TextBoundaries.cpp(48) : error C3861: 'isAlphanumeric': identifier not found ..\..\..\WebCore\platform\text\TextBoundaries.cpp(60) : error C3861: 'isAlphanumeric': identifier not found Thats because there is no isAlphanumeric function in WinCE, not by that name. There is a IsCharAlphaNumeric [0] function which is defined in winbase.h [0] http://msdn.microsoft.com/en-us/library/aa910686.aspx
Attachments
Ismail Donmez
Comment 1 2009-12-03 07:10:57 PST
Fixed in SVN.
Note You need to log in before you can comment on or make changes to this bug.