audio_none.c

来自「Windows NT声卡驱动VXD」· C语言 代码 · 共 21 行

C
21
字号
#ifndef DRIVER_NONE#error No known audio device.  Double check the autoconfigure output in #error config.log.  Theoretically, this should support the following#error audio systems: #error      Linux (oss), aix, hpux, irix, and solaris#error Currently, the following drivers are untested and probably need work:#error      aix, hpux, irix, and solaris#error Additional drivers appreciated. See README for info on how to help.#else#define ARCH_esd_audio_openint esd_audio_open(){    printf("WARNING: sound not available");    return -1;}#endif

⌨️ 快捷键说明

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