w32_liboggflac_dll_g.h

来自「MIDI解码程序(用VC编写)」· C头文件 代码 · 共 34 行

H
34
字号
#ifndef __libOggFLAC_dll_g_h__#define __libOggFLAC_dll_g_h__#include "w32_libOggFLAC_dll_i.h"/***************************************************************   for header file of global definition ***************************************************************/#if defined(__cplusplus)extern "C" {#endifextern int g_load_libOggFLAC_dll ( char *path );extern void g_free_libOggFLAC_dll ( void );#ifndef IGNORE_libOggFLAC_OggFLAC__StreamEncoderStateString  extern OggFLAC_API const char * const*  g_libOggFLAC_OggFLAC__StreamEncoderStateString;#define OggFLAC__StreamEncoderStateString (g_libOggFLAC_OggFLAC__StreamEncoderStateString)#endif#ifndef IGNORE_libOggFLAC_OggFLAC__StreamDecoderStateString  extern OggFLAC_API const char * const*  g_libOggFLAC_OggFLAC__StreamDecoderStateString;#define OggFLAC__StreamDecoderStateString (g_libOggFLAC_OggFLAC__StreamDecoderStateString)#endif#if defined(__cplusplus)}  /* extern "C" { */#endif/***************************************************************/#endif  /* __libOggFLAC_dll_g_h__ */

⌨️ 快捷键说明

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