search for: __cdecl__

Displaying 3 results from an estimated 3 matches for "__cdecl__".

Did you mean: __cdecl
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
...lag '-v' with wineg++, a detailed error message is displayed: testuser@testbox:~/test >wineg++ -v test.cpp -fshort-wchar -DWINE_UNICODE_NATIVE -D_REENTRANT -fPIC -DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -D__WINNT -D__WINNT__ -D__stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__fastcall=__attribute__((__fastcall__)) -D_stdcall=__attribute__((__stdcall__)) -D_cdecl=__attribute__((__cdecl__)) -D_fastcall=__attribute__((__fastcall__)) -D__declspec(x)=__declspec_##x -D__declspec_align(x)=__attribute__((aligned(x))) -D__declspec_allocate(x)=__attribute__((section(x))) -D...
2020 Jul 28
2
[PATCH] Add syscall wrappers required by libkeyutils
On 2020-07-27 19:20, hpa at zytor.com wrote: > > I'm not so sure they have dealt with it in the sense of having it work on all architectures. *Most* of the problems are related to the shifting the arguments by one, which can cause a bunch of problems, especially if it means the arguments spill to memory. However, I have absolutely no idea how to correctly implement syscall(3) on s390
2006 Oct 13
0
Wine release 0.9.23
...table (with test case). comctl32: toolbar: Merge TOOLBAR_InsertButtonA and TOOLBAR_InsertButtonW. comctl32: toolbar: Store dwBaseCustDraw and dwItemCDFlag in local variables. Nick Burns (2): msvcrt/process.h: __stdcall__ defined safely for Mac OSX. winegcc: __stdcall__ and __cdecl__ defined safely for Mac OSX. Nickolay V. Shmyrev (1): winex11.drv: Always set window type. Nicolas Delcros (1): winsock: Add mapping for SO_ACCEPTCONN. Oleg Krylov (1): user: Fix CopyImage function declaration. Paul Chitescu (2): netapi: Stub for DsGetDcNameA. mscor...