1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 23:00:41 +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:
diego 2008-01-06 11:45:47 +00:00
parent 7229f29d19
commit 91f3b6460e

View File

@ -19,8 +19,6 @@ void* GetProcAddress(void* handle,char* func);
#define __cdecl __attribute__((__cdecl__))
#define APIENTRY
typedef long OSErr;
int main(int argc, char *argv[]){
void *handler;
ComponentDescription desc;