ReactOS 0.4.17-dev-934-g091855f
wine-compat.h File Reference

Go to the source code of this file.

Macros

#define NtGdiGetGlyphIndicesW(A, B, C, D, E)   GetGlyphIndicesW(A, B, C, D, E)
 
#define NtGdiGetFontData(A, B, C, D, E)   GetFontData(A, B, C, D, E)
 
#define NtUserGetSysColor(A)   GetSysColor(A)
 
#define NtGdiGetTextCharsetInfo(A, B, C)   GetTextCharsetInfo(A, B, C)
 

Macro Definition Documentation

◆ NtGdiGetFontData

#define NtGdiGetFontData (   A,
  B,
  C,
  D,
  E 
)    GetFontData(A, B, C, D, E)

Definition at line 4 of file wine-compat.h.

◆ NtGdiGetGlyphIndicesW

#define NtGdiGetGlyphIndicesW (   A,
  B,
  C,
  D,
  E 
)    GetGlyphIndicesW(A, B, C, D, E)

Definition at line 3 of file wine-compat.h.

◆ NtGdiGetTextCharsetInfo

#define NtGdiGetTextCharsetInfo (   A,
  B,
  C 
)    GetTextCharsetInfo(A, B, C)

Definition at line 6 of file wine-compat.h.

◆ NtUserGetSysColor

#define NtUserGetSysColor (   A)    GetSysColor(A)

Definition at line 5 of file wine-compat.h.