[Webkit-unassigned] [Bug 31874] New: isAlphanumeric does not exist on WinCE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 25 07:38:23 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31874

           Summary: isAlphanumeric does not exist on WinCE
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ismail at namtrac.org


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list