公告板
版本库
filestore
活动
搜索
登录
tool
/
VideoPlayer
基于qt,msvc2017-64bits,ffmpeg.opengl的播放器
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first push
chenshijun
2020-12-03
9e8804424408db79fcdb229a016ac87952e4e0f6
[tool/VideoPlayer.git]
/
module
/
VideoPlayer
/
lib
/
win32
/
SDL2
/
include
/
SDL_name.h
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */