[Bug 32484] Origin 9 needs SHLWAPI.dll.IsCharSpaceA

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 19 12:26:07 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=32484

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |focht at gmx.net
            Summary|unimplemented function      |Origin 9 needs
                   |SHLWAPI.dll.IsCharSpaceA    |SHLWAPI.dll.IsCharSpaceA
     Ever Confirmed|0                           |1

--- Comment #2 from Anastasius Focht <focht at gmx.net> 2012-12-19 12:26:07 CST ---
Hello Austin,

--- quote ---
That function exists in wine, and you're not using a native dll..hm. Perhaps
some drm is coming into play?
--- quote ---

maybe in some future version of Wine :-)
The wide character version is exported by ordinal while the ANSI version is not
present.

Source:
http://source.winehq.org/git/wine.git/blob/58c77f61566a3f2535fa646dc41662e0cad3e752:/dlls/shlwapi/shlwapi.spec#l29

--- snip ---
  29 29  stdcall -ordinal IsCharSpaceW(long)
--- snip ---

Geoff Chappell's site, section "SHLWAPI 6.0 Named Exports" says:

http://www.geoffchappell.com/studies/windows/shell/shlwapi/history/names600.htm

--- quote ---
IsCharSpaceA     begins in Windows XP SP2 and Windows Server 2003 SP1 
--- quote ---

-> exported by name (unlike IsCharSpaceW which is exported by ordinal).

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list