dlgs.h

来自「ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机」· C头文件 代码 · 共 21 行

H
21
字号
/*
 * 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_DLGS_H
#define __WINE_DLGS_H

#define OFN_DONTADDTORECENT          0x02000000
#define OFN_ENABLEINCLUDENOTIFY      0x00400000
#define NEWFILEOPENORD 			 1547

#if !defined (_MSC_VER)
#include_next <dlgs.h>
#endif

#endif /* __WINE_DLGS_H */

⌨️ 快捷键说明

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