Loading...
Searching...
No Matches
Go to the documentation of this file.
35# if defined(__MINGW32__) || defined(__CYGWIN__) || (_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED) || defined(__BORLANDC__)
36# define APIENTRY __stdcall
44# if defined(__MINGW32__) || defined(__CYGWIN__)
45# define CALLBACK __attribute__ ((__stdcall__))
46# elif (defined(_M_MRX000) || defined(_M_IX86) || defined(_M_ALPHA) || defined(_M_PPC)) && !defined(MIDL_PASS)
47# define CALLBACK __stdcall
55#define WINGDIAPI __declspec(dllimport)