wingdi.h

来自「一个类似windows」· C头文件 代码 · 共 18 行

H
18
字号
/*
 * Compatibility header
 *
 * This header is wrapper to allow compilation of Wine DLLs under ReactOS
 * build system. It contains definitions commonly refered to as Wineisms
 * and definitions that are missing in w32api.
 */
#ifndef __WINE_GDI_H
#define __WINE_GDI_H

#define NTM_PS_OPENTYPE     0x00020000 /* wingdi.h */
#define NTM_TT_OPENTYPE     0x00040000 /* wingdi.h */
#define NTM_TYPE1           0x00100000 /* wingdi.h */

#include_next <wingdi.h>

#endif /* __WINE_GDI_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?