# HG changeset patch # User diego # Date 1199619947 0 # Node ID 0f344d22ee48f5ca556f6dab69b23583605cb270 # Parent 938ad61247d51c8ceabe56b33913f1b299de7320 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 diff -r 938ad61247d5 -r 0f344d22ee48 loader/qtx/list.c --- 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;