interface.h.in

来自「MIDI解码程序(用VC编写)」· IN 代码 · 共 62 行

IN
62
字号
/* Define if you have EMACS interface. */#undef IA_EMACS/* Define if you have GTK interface. */#undef IA_GTK/* Define if you have KMIDI interface. */#undef IA_KMIDI/* Define if you have MOTIF interface. */#undef IA_MOTIF/* Define if you have NCURSES interface. */#undef IA_NCURSES/* Define if you have PLUGIN interface. */#undef IA_PLUGIN/* Define if you have SLANG interface. */#undef IA_SLANG/* Define if you have TCLTK interface. */#undef IA_TCLTK/* Define if you have VT100 interface. */#undef IA_VT100/* Define if you have XAW interface. */#undef IA_XAW/* Define if you have XSKIN interface. */#undef IA_XSKIN/* Define if you have DYNAMIC interface. */#undef IA_DYNAMIC/* Define if you have Windows32 GUI interface. */#undef IA_W32GUI/* Define if you have Windows GUI synthesizer mode interface. */#undef IA_W32G_SYN/* Define if you have Remote MIDI interface. */#undef IA_SERVER/* Define if you have Remote MIDI interface. */#undef IA_ALSASEQ/* Define if you have Windows synthesizer mode interface. */#undef IA_WINSYN/* Define if you have PortMIDI synthesizer mode interface. */#undef IA_PORTMIDISYN#if defined(IA_W32GUI) || defined(IA_W32G_SYN)#ifndef __W32READDIR__#define __W32READDIR__#endif#define URL_DIR_CACHE_ENABLE#define __W32G__        /* for Win32 GUI */#endif

⌨️ 快捷键说明

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