10 #define NtCurrentPeb() (NtCurrentTeb()->Peb) 11 #define GetProcessHeap() (NtCurrentPeb()->ProcessHeap) 13 #define HeapAlloc(_Heap, _Flags, _Size) RtlAllocateHeap(_Heap, _Flags, _Size) 14 #define HeapFree(_Heap, _Flags, _Ptr) RtlFreeHeap(_Heap, _Flags, _Ptr) 17 static inline unsigned int __control87(
unsigned int new,
unsigned int mask)
21 #define _control87 __control87 23 #define get_locinfo() (&_LIBCNT_locinfo) 25 #define get_locinfo() ((pthreadlocinfo)get_locinfo()) 30 _internal_handle_float(
40 #define __WINE_DEBUG_H 41 #undef WINE_DEFAULT_DEBUG_CHANNEL 42 #define WINE_DEFAULT_DEBUG_CHANNEL(_Ch) 45 #define debugstr_a(format) format
void int int ULONGLONG int l_or_L_prefix
void __declspec(noinline) _internal_handle_float(int negative
void int int ULONGLONG int va_list * ap