ReactOS 0.4.17-dev-934-g091855f
wine-compat.h
Go to the documentation of this file.
1#pragma once
2
3#define NtGdiGetGlyphIndicesW(A, B, C, D, E) GetGlyphIndicesW(A, B, C, D, E)
4#define NtGdiGetFontData(A, B, C, D, E) GetFontData(A, B, C, D, E)
5#define NtUserGetSysColor(A) GetSysColor(A)
6#define NtGdiGetTextCharsetInfo(A, B, C) GetTextCharsetInfo(A, B, C)