Searched defs:__stdcall (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdefs.h46 #ifndef __stdcall
50 # define __stdcall __attribute__((__stdcall__)) __attribute__((__force_align_arg_pointer__)) macro
52 # define __stdcall __attribute__((__stdcall__)) macro
55 /* Nothing needs to be done. __stdcall already exists */
57 # error You need to define __stdcall for your compiler
60 # define __stdcall __attribute__((ms_abi)) macro
62 # define __stdcall macro
64 #endif /* __stdcall */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h53 #ifndef __stdcall
57 # define __stdcall __attribute__((__stdcall__)) __attribute__((__force_align_arg_pointer__)) macro
59 # define __stdcall __attribute__((__stdcall__)) macro
62 /* Nothing needs to be done. __stdcall already exists */
64 # error You need to define __stdcall for your compiler
67 # define __stdcall __attribute__((ms_abi)) macro
69 # define __stdcall macro
71 #endif /* __stdcall */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindef.h62 #ifndef __stdcall
66 # define __stdcall __attribute__((__stdcall__)) __attribute__((__force_align_arg_pointer__)) macro
68 # define __stdcall __attribute__((__stdcall__)) macro
71 /* Nothing needs to be done. __stdcall already exists */
73 # error You need to define __stdcall for your compiler
76 # define __stdcall __attribute__((ms_abi)) macro
78 # define __stdcall macro
80 #endif /* __stdcall */
115 #define pascal __ONLY_IN_WINELIB(__stdcall)
118 #define _pascal __ONLY_IN_WINELIB(__stdcall)
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindef.h62 #ifndef __stdcall
66 # define __stdcall __attribute__((__stdcall__)) __attribute__((__force_align_arg_pointer__)) macro
68 # define __stdcall __attribute__((__stdcall__)) macro
71 /* Nothing needs to be done. __stdcall already exists */
73 # error You need to define __stdcall for your compiler
76 # define __stdcall __attribute__((ms_abi)) macro
78 # define __stdcall macro
80 #endif /* __stdcall */
115 #define pascal __ONLY_IN_WINELIB(__stdcall)
118 #define _pascal __ONLY_IN_WINELIB(__stdcall)
[all...]

Completed in 48 milliseconds