[Bug 27349] SafeDisc v2.x API entry analyzer flags Wine's user32.dll as "bad" (too many exports with PIC loads in prolog code) (SimCity 4, IL-2 FB, NFSU)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 10 14:29:51 CDT 2011


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

--- Comment #8 from André H. <nerv at dawncrow.de> 2011-06-10 14:29:51 CDT ---
Anastasius, could you please get me two cx tables from your end:
one with my patch
and one without my patch, but with a different define for WINAPI in
innclude/windef.h: instead of
#define WINAPI      __stdcall
use
#define WINAPI      __stdcall __attribute__((__ms_hook_prologue__))
that will enable hotpatching for all exported functions and may give us a very
clean c2 row :)

-- 
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