From: Alexandre Julliard julliard@winehq.org Date: Wed, 07 Jun 2006 11:40:42 +0200
"Nick Burns" adger44@hotmail.com writes:
What about overriding __cdecl and __stdcall? Are there any internal functions that use those that should not? That would get around the APIENTRY/WINAPI/CALLBACK problem with OpenGL
That's probably the easiest, yes. It may well cover too many functions, but it's better to err in this direction. We'll still need to make sure all exported cdecl functions use __cdecl though.
Ok I will reform my patch to be ... extra inclusive... I will modify cdecl and stdcall to use stack realignment I will not have any modifications to msvcrt (at least not yet) I will leave the redefinitions alone for the time being...
-- Alexandre Julliard julliard@winehq.org
- Nick