Loading...
Searching...
No Matches
Go to the documentation of this file.
39# if defined(__MINGW32__) || defined(__CYGWIN__) || (_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED) || defined(__BORLANDC__)
40# define APIENTRY __stdcall
48# if defined(__MINGW32__) || defined(__CYGWIN__)
49# define CALLBACK __attribute__ ((__stdcall__))
50# elif (defined(_M_MRX000) || defined(_M_IX86) || defined(_M_ALPHA) || defined(_M_PPC)) && !defined(MIDL_PASS)
51# define CALLBACK __stdcall
59#define WINGDIAPI __declspec(dllimport)