ReactOS 0.4.16-dev-1172-g2041f3c
wine2ros.h File Reference

Go to the source code of this file.

Macros

#define WINE_DEFAULT_DEBUG_CHANNEL(x)
 
#define IntIsDebugChannelEnabled(channel)   FALSE
 
#define DBG_PRINT(ch, level)
 
#define ERR(fmt, ...)
 
#define WARN(fmt, ...)
 
#define FIXME(fmt, ...)
 
#define TRACE(fmt, ...)
 
#define UNIMPLEMENTED
 
#define debugstr_a(pszA)   ((PCSTR)NULL)
 
#define debugstr_w(pszW)   ((PCSTR)NULL)
 
#define debugstr_guid(id)   ((PCSTR)NULL)
 
#define memicmpW(s1, s2, n)   _wcsnicmp((s1),(s2),(n))
 
#define strlenW(s)   wcslen((s))
 
#define strcpyW(d, s)   wcscpy((d),(s))
 
#define strcatW(d, s)   wcscat((d),(s))
 
#define strcspnW(d, s)   wcscspn((d),(s))
 
#define strstrW(d, s)   wcsstr((d),(s))
 
#define strtolW(s, e, b)   wcstol((s),(e),(b))
 
#define strchrW(s, c)   wcschr((s),(c))
 
#define strrchrW(s, c)   wcsrchr((s),(c))
 
#define strncmpW(s1, s2, n)   wcsncmp((s1),(s2),(n))
 
#define strncpyW(s1, s2, n)   wcsncpy((s1),(s2),(n))
 
#define strcmpW(s1, s2)   wcscmp((s1),(s2))
 
#define strcmpiW(s1, s2)   _wcsicmp((s1),(s2))
 
#define strncmpiW(s1, s2, n)   _wcsnicmp((s1),(s2),(n))
 
#define strtoulW(s1, s2, b)   wcstoul((s1),(s2),(b))
 
#define strspnW(str, accept)   wcsspn((str),(accept))
 
#define strpbrkW(str, accept)   wcspbrk((str),(accept))
 
#define tolowerW(n)   towlower((n))
 
#define toupperW(n)   towupper((n))
 
#define islowerW(n)   iswlower((n))
 
#define isupperW(n)   iswupper((n))
 
#define isalphaW(n)   iswalpha((n))
 
#define isalnumW(n)   iswalnum((n))
 
#define isdigitW(n)   iswdigit((n))
 
#define isxdigitW(n)   iswxdigit((n))
 
#define isspaceW(n)   iswspace((n))
 
#define iscntrlW(n)   iswcntrl((n))
 
#define atoiW(s)   _wtoi((s))
 
#define atolW(s)   _wtol((s))
 
#define strlwrW(s)   _wcslwr((s))
 
#define struprW(s)   _wcsupr((s))
 
#define sprintfW   _swprintf
 
#define vsprintfW   _vswprintf
 
#define snprintfW   _snwprintf
 
#define vsnprintfW   _vsnwprintf
 
#define isprintW   iswprint
 

Macro Definition Documentation

◆ atoiW

#define atoiW (   s)    _wtoi((s))

Definition at line 80 of file wine2ros.h.

◆ atolW

#define atolW (   s)    _wtol((s))

Definition at line 81 of file wine2ros.h.

◆ DBG_PRINT

#define DBG_PRINT (   ch,
  level 
)

Definition at line 41 of file wine2ros.h.

◆ debugstr_a

#define debugstr_a (   pszA)    ((PCSTR)NULL)

Definition at line 47 of file wine2ros.h.

◆ debugstr_guid

#define debugstr_guid (   id)    ((PCSTR)NULL)

Definition at line 49 of file wine2ros.h.

◆ debugstr_w

#define debugstr_w (   pszW)    ((PCSTR)NULL)

Definition at line 48 of file wine2ros.h.

◆ ERR

#define ERR (   fmt,
  ... 
)

Definition at line 42 of file wine2ros.h.

◆ FIXME

#define FIXME (   fmt,
  ... 
)

Definition at line 44 of file wine2ros.h.

◆ IntIsDebugChannelEnabled

#define IntIsDebugChannelEnabled (   channel)    FALSE

Definition at line 40 of file wine2ros.h.

◆ isalnumW

#define isalnumW (   n)    iswalnum((n))

Definition at line 75 of file wine2ros.h.

◆ isalphaW

#define isalphaW (   n)    iswalpha((n))

Definition at line 74 of file wine2ros.h.

◆ iscntrlW

#define iscntrlW (   n)    iswcntrl((n))

Definition at line 79 of file wine2ros.h.

◆ isdigitW

#define isdigitW (   n)    iswdigit((n))

Definition at line 76 of file wine2ros.h.

◆ islowerW

#define islowerW (   n)    iswlower((n))

Definition at line 72 of file wine2ros.h.

◆ isprintW

#define isprintW   iswprint

Definition at line 88 of file wine2ros.h.

◆ isspaceW

#define isspaceW (   n)    iswspace((n))

Definition at line 78 of file wine2ros.h.

◆ isupperW

#define isupperW (   n)    iswupper((n))

Definition at line 73 of file wine2ros.h.

◆ isxdigitW

#define isxdigitW (   n)    iswxdigit((n))

Definition at line 77 of file wine2ros.h.

◆ memicmpW

#define memicmpW (   s1,
  s2,
  n 
)    _wcsnicmp((s1),(s2),(n))

Definition at line 53 of file wine2ros.h.

◆ snprintfW

#define snprintfW   _snwprintf

Definition at line 86 of file wine2ros.h.

◆ sprintfW

#define sprintfW   _swprintf

Definition at line 84 of file wine2ros.h.

◆ strcatW

#define strcatW (   d,
  s 
)    wcscat((d),(s))

Definition at line 56 of file wine2ros.h.

◆ strchrW

#define strchrW (   s,
  c 
)    wcschr((s),(c))

Definition at line 60 of file wine2ros.h.

◆ strcmpiW

#define strcmpiW (   s1,
  s2 
)    _wcsicmp((s1),(s2))

Definition at line 65 of file wine2ros.h.

◆ strcmpW

#define strcmpW (   s1,
  s2 
)    wcscmp((s1),(s2))

Definition at line 64 of file wine2ros.h.

◆ strcpyW

#define strcpyW (   d,
  s 
)    wcscpy((d),(s))

Definition at line 55 of file wine2ros.h.

◆ strcspnW

#define strcspnW (   d,
  s 
)    wcscspn((d),(s))

Definition at line 57 of file wine2ros.h.

◆ strlenW

#define strlenW (   s)    wcslen((s))

Definition at line 54 of file wine2ros.h.

◆ strlwrW

#define strlwrW (   s)    _wcslwr((s))

Definition at line 82 of file wine2ros.h.

◆ strncmpiW

#define strncmpiW (   s1,
  s2,
  n 
)    _wcsnicmp((s1),(s2),(n))

Definition at line 66 of file wine2ros.h.

◆ strncmpW

#define strncmpW (   s1,
  s2,
  n 
)    wcsncmp((s1),(s2),(n))

Definition at line 62 of file wine2ros.h.

◆ strncpyW

#define strncpyW (   s1,
  s2,
  n 
)    wcsncpy((s1),(s2),(n))

Definition at line 63 of file wine2ros.h.

◆ strpbrkW

#define strpbrkW (   str,
  accept 
)    wcspbrk((str),(accept))

Definition at line 69 of file wine2ros.h.

◆ strrchrW

#define strrchrW (   s,
  c 
)    wcsrchr((s),(c))

Definition at line 61 of file wine2ros.h.

◆ strspnW

#define strspnW (   str,
  accept 
)    wcsspn((str),(accept))

Definition at line 68 of file wine2ros.h.

◆ strstrW

#define strstrW (   d,
  s 
)    wcsstr((d),(s))

Definition at line 58 of file wine2ros.h.

◆ strtolW

#define strtolW (   s,
  e,
  b 
)    wcstol((s),(e),(b))

Definition at line 59 of file wine2ros.h.

◆ strtoulW

#define strtoulW (   s1,
  s2,
  b 
)    wcstoul((s1),(s2),(b))

Definition at line 67 of file wine2ros.h.

◆ struprW

#define struprW (   s)    _wcsupr((s))

Definition at line 83 of file wine2ros.h.

◆ tolowerW

#define tolowerW (   n)    towlower((n))

Definition at line 70 of file wine2ros.h.

◆ toupperW

#define toupperW (   n)    towupper((n))

Definition at line 71 of file wine2ros.h.

◆ TRACE

#define TRACE (   fmt,
  ... 
)

Definition at line 45 of file wine2ros.h.

◆ UNIMPLEMENTED

#define UNIMPLEMENTED

Definition at line 46 of file wine2ros.h.

◆ vsnprintfW

#define vsnprintfW   _vsnwprintf

Definition at line 87 of file wine2ros.h.

◆ vsprintfW

#define vsprintfW   _vswprintf

Definition at line 85 of file wine2ros.h.

◆ WARN

#define WARN (   fmt,
  ... 
)

Definition at line 43 of file wine2ros.h.

◆ WINE_DEFAULT_DEBUG_CHANNEL

#define WINE_DEFAULT_DEBUG_CHANNEL (   x)

Definition at line 39 of file wine2ros.h.