Bugs item #607315, was opened at 2002-09-10 15:38 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=607315&group_id=11050
Category: None Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Zdenek Kabelac (kabi) Summary: Comilation Error windef.h Initial Comment: Hi I've included avifmt.h in my project this requires windef.h from the wine directory when compiling with gcc version 2.95.3 2001031 I get the following erro message windef.h 149: line doesn't define anything when looking at the file at line 149 it says there typedef void VOID; when changing this line to #ifndef __AVIFILE__BUGREPORT__NONCOMPILING__ #define VOID void #else typedef void VOID; #endif everything is fine __AVIFILE__BUGREPORT__NONCOMPILING__ is just to keep gcc from using the original version and making the whole stuff compileable in meantime until geting to know implemented fix or until fixed by officials :) cu Christoph ---------------------------------------------------------------------- >Comment By: Zdenek Kabelac (kabi) Date: 2002-10-16 16:40 Message: Logged In: YES user_id=15161 This is not a bug in avifile - this rather means an invalid usage of windef.h It's not suppposed to be used outside of win32 plugin directory - users should never ever need to include this in normal linux application - thus I suggest that applications using avifmt.h should be fixed. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-09-10 15:44 Message: Logged In: NO forgot to mention my avifileversion it ist version 0.7.13 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=607315&group_id=11050 _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
