ReactOS 0.4.15-dev-7788-g1ad9096
winesup.h File Reference
#include <stdio.h>
#include <conio.h>
#include <float.h>
#include <locale.h>
#include <internal/locale.h>
Include dependency graph for winesup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NtCurrentPeb()   (NtCurrentTeb()->Peb)
 
#define GetProcessHeap()   (NtCurrentPeb()->ProcessHeap)
 
#define HeapAlloc(_Heap, _Flags, _Size)   RtlAllocateHeap(_Heap, _Flags, _Size)
 
#define HeapFree(_Heap, _Flags, _Ptr)   RtlFreeHeap(_Heap, _Flags, _Ptr)
 
#define get_locinfo()   ((pthreadlocinfo)get_locinfo())
 
#define __WINE_DEBUG_H
 
#define WINE_DEFAULT_DEBUG_CHANNEL(_Ch)
 
#define TRACE(...)   /* DPRINT(__VA_ARGS__) */
 
#define debugstr_a(format)   format
 

Functions

void __declspec (noinline) _internal_handle_float(int negative
 

Variables

void int exp
 
void int int suppress
 
void int int ULONGLONG d
 
void int int ULONGLONG int l_or_L_prefix
 
void int int ULONGLONG int va_listap
 

Macro Definition Documentation

◆ __WINE_DEBUG_H

#define __WINE_DEBUG_H

Definition at line 40 of file winesup.h.

◆ debugstr_a

#define debugstr_a (   format)    format

Definition at line 45 of file winesup.h.

◆ get_locinfo

#define get_locinfo (   void)    ((pthreadlocinfo)get_locinfo())

Definition at line 25 of file winesup.h.

◆ GetProcessHeap

#define GetProcessHeap ( )    (NtCurrentPeb()->ProcessHeap)

Definition at line 11 of file winesup.h.

◆ HeapAlloc

#define HeapAlloc (   _Heap,
  _Flags,
  _Size 
)    RtlAllocateHeap(_Heap, _Flags, _Size)

Definition at line 13 of file winesup.h.

◆ HeapFree

#define HeapFree (   _Heap,
  _Flags,
  _Ptr 
)    RtlFreeHeap(_Heap, _Flags, _Ptr)

Definition at line 14 of file winesup.h.

◆ NtCurrentPeb

#define NtCurrentPeb ( )    (NtCurrentTeb()->Peb)

Definition at line 10 of file winesup.h.

◆ TRACE

#define TRACE (   ...)    /* DPRINT(__VA_ARGS__) */

Definition at line 44 of file winesup.h.

◆ WINE_DEFAULT_DEBUG_CHANNEL

#define WINE_DEFAULT_DEBUG_CHANNEL (   _Ch)

Definition at line 42 of file winesup.h.

Function Documentation

◆ __declspec()

void __declspec ( noinline  )

Variable Documentation

◆ ap

Definition at line 36 of file winesup.h.

Referenced by __declspec(), _open(), _PrintNtConsole(), _sopen(), _TIFFVGetField(), _TIFFVSetField(), _vwarnx(), _wopen(), _wsopen(), account(), asprintf(), authnone_create(), authnone_marshal(), bootp(), chat(), chmcerr_set(), command(), comp_tics(), CONSOLE_PrintTextXY(), CONSOLE_PrintTextXYN(), CONSOLE_SetStatusText(), CONSOLE_SetStatusTextAutoFitX(), CONSOLE_SetStatusTextX(), CreateStorageRequestBlock(), DbgPrint(), DbgPrintEx(), DbgPrintReturnControlC(), dhcp(), di_addr(), di_hostaddr(), di_inaddr(), di_mx(), di_mx_raw(), dip_hostaddr(), Dynscat(), EngDebugPrint(), err(), error(), Error(), error_loc(), error_loc_info(), errx(), expr(), FatalError(), for(), FTPCmd(), FTPCmdNoResponse(), FTPStartDataCmd(), FxIFR(), generic_msg(), guiAsk(), guiDelta(), guiDir(), guiError(), guiFatal(), guiOut(), guiProgress(), guiStatus(), guiStep(), guiWarning(), InitializeStorageRequestBlock(), ipaddr_ntoa_r(), isohybrid_error(), isohybrid_warning(), KdbpPrint(), KdbpPrintDisasm(), KdbPrintf(), KdIoPrintf(), KdpDprintf(), LIBXML_ATTR_FORMAT(), log_debug(), MsgBoxPrint(), nextitem(), OpenMsg(), pa_ptr(), parser_warning(), PciIdeXDebugPrint(), pInitializeStorageRequestBlock(), pp_internal_error(), ppy_error(), ppy_warning(), PredictorVGetField(), PredictorVSetField(), prim(), PrintF(), PrintMessage(), PrintString(), qAsk(), RCmd(), report(), ScsiDebugPrint(), ScsiPortNotification(), send_str(), SendCommand(), setExtraSamples(), SetXtermTitle(), slurpstring(), StorPortDebugPrint(), StorPortNotification(), StreamClassDebugPrint(), strmake(), syslog(), textAsk(), textDelta(), textDir(), textError(), textFatal(), textOut(), textProgress(), textStatus(), textStep(), textWarning(), TIFFError(), TIFFErrorExt(), TIFFGetField(), TIFFGetFieldDefaulted(), TIFFSetField(), TIFFVGetField(), TIFFVGetFieldDefaulted(), TIFFVSetField(), TIFFWarning(), TIFFWarningExt(), Trace(), TuiPrintf(), UiMessageBox(), unimpl(), unixErrorHandler(), unixWarningHandler(), userlist(), vasprintf(), vDbgPrintEx(), vDbgPrintExWithPrefix(), vDbgPrintExWithPrefixInternal(), verr(), verrx(), VideoPortDebugPrint(), vstrfmtmake(), vstrmake(), vsyslog(), vwarn(), vwarnx(), warn(), warning(), warning_loc_info(), warnx(), Win32ErrorHandler(), Win32WarningHandler(), wpp_default_error(), wpp_default_warning(), write_line(), xdr_opaque_auth(), xfprintf(), xmlStrVPrintf(), and xprintf().

◆ d

Definition at line 34 of file winesup.h.

◆ exp

void int exp

Definition at line 32 of file winesup.h.

◆ l_or_L_prefix

void int int ULONGLONG int l_or_L_prefix

Definition at line 35 of file winesup.h.

Referenced by __declspec().

◆ suppress

void int int suppress

Definition at line 33 of file winesup.h.