⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlgs.h

📁 这是一个开放源代码的与WINNT/WIN2K/WIN2003兼容的操作系统
💻 H
字号:
/*
 * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -