[MPlayer-cvslog] r25616 - trunk/loader/qtx/list.c
diego
subversion at mplayerhq.hu
Sun Jan 6 12:45:47 CET 2008
Author: diego
Date: Sun Jan 6 12:45:47 2008
New Revision: 25616
Log:
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
Modified:
trunk/loader/qtx/list.c
Modified: trunk/loader/qtx/list.c
==============================================================================
--- trunk/loader/qtx/list.c (original)
+++ trunk/loader/qtx/list.c Sun Jan 6 12:45:47 2008
@@ -19,8 +19,6 @@ void* GetProcAddress(void* handle,char*
#define __cdecl __attribute__((__cdecl__))
#define APIENTRY
-typedef long OSErr;
-
int main(int argc, char *argv[]){
void *handler;
ComponentDescription desc;
More information about the MPlayer-cvslog
mailing list