[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
Mon Jul 11 12:57:07 CDT 2011


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

--- Comment #12 from André H. <nerv at dawncrow.de> 2011-07-11 12:57:06 CDT ---
is just tried
#define FIXME_FUNCSTART(args...) __asm__ __volatile__( \
                                 "nop\n\tnop\n\tnop\n\tnop\n\t" ); \
                                 "nop\n\tnop\n\tnop\n\tnop\n\t" ); \
                                 FIXME(args)
but the pc_thunk call is still before the NOPs, so i tried something similar to
DEFINE_THISCALL_WRAPPER but i didn't managed to make it compile.

@Anastasius:
I still would be interested in the table with
#define WINAPI      __stdcall __attribute__((__ms_hook_prologue__))
;)

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