mirror of
https://github.com/mpv-player/mpv
synced 2025-04-10 11:41:37 +00:00
Fix compilation due to conflicting type declaration:
qtx/list.c:22: error: conflicting types for 'OSErr' qtx/qtxsdk/components.h:15: error: previous declaration of 'OSErr' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25616 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7229f29d19
commit
91f3b6460e
@ -19,8 +19,6 @@ void* GetProcAddress(void* handle,char* func);
|
|||||||
#define __cdecl __attribute__((__cdecl__))
|
#define __cdecl __attribute__((__cdecl__))
|
||||||
#define APIENTRY
|
#define APIENTRY
|
||||||
|
|
||||||
typedef long OSErr;
|
|
||||||
|
|
||||||
int main(int argc, char *argv[]){
|
int main(int argc, char *argv[]){
|
||||||
void *handler;
|
void *handler;
|
||||||
ComponentDescription desc;
|
ComponentDescription desc;
|
||||||
|
Loading…
Reference in New Issue
Block a user