Home | History | Annotate | Download | only in include

Lines Matching defs:WINAPI

94 #ifndef WINAPI
96 #define WINAPI
98 #define WINAPI __stdcall
103 #define APIENTRY WINAPI
113 #define WINAPI_INLINE WINAPI
196 typedef INT_PTR (WINAPI *FARPROC) ();
197 typedef INT_PTR (WINAPI *NEARPROC) ();
198 typedef INT_PTR (WINAPI *PROC) ();
200 typedef int (WINAPI *FARPROC) ();
201 typedef int (WINAPI *NEARPROC) ();
202 typedef int (WINAPI *PROC) ();