Searched refs:_STLP_STDCALL (Results 1 – 1 of 1) sorted by relevance
88 # define _STLP_STDCALL macro91 # define _STLP_STDCALL _cdecl93 # define _STLP_STDCALL __stdcall98 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long volatile *);99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);102 _STLP_IMPORT_DECLSPEC void* _STLP_STDCALL _InterlockedExchangePointer(void* volatile *, void*);108 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long*);109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);[all …]