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

📄 config.h

📁 这是著名的TCPMP播放器在WINDWOWS,和WINCE下编译通过的源程序.笔者对其中的LIBMAD库做了针对ARM MPU的优化. 并增加了词幕功能.
💻 H
字号:
/* config.h.in.  Generated manually for DJGPP.  */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS

/* Define if your system supports binary pipes (i.e. Unix) */
#define DRV_PIPE

/* Define if the Gravis UltraSound driver is compiled */
#define DRV_ULTRA
/* We want Windows Sound System driver too */
#define DRV_WSS
/* We want SoundBlaster driver too */
#define DRV_SB

/* Define if you want a debug version of the library */
#undef MIKMOD_DEBUG

/* Define if you have the setenv function.  */
#define HAVE_SETENV

/* Define if you have the snprintf function.  */
#undef HAVE_SNPRINTF

/* Define if you have the srandom function.  */
#define HAVE_SRANDOM

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H

/* Define if you have the <malloc.h> header file.  */
#define HAVE_MALLOC_H

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H

⌨️ 快捷键说明

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