changeset 25588:0f344d22ee48

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
author diego
date Sun, 06 Jan 2008 11:45:47 +0000
parents 938ad61247d5
children 276d47411414
files loader/qtx/list.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/qtx/list.c	Sun Jan 06 11:43:14 2008 +0000
+++ b/loader/qtx/list.c	Sun Jan 06 11:45:47 2008 +0000
@@ -19,8 +19,6 @@
 #define __cdecl   __attribute__((__cdecl__))
 #define APIENTRY 
 
-typedef long OSErr;
-
 int main(int argc, char *argv[]){
     void *handler;
     ComponentDescription desc;