Bugs item #607315, was opened at 2002-09-10 06:38 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=607315&group_id=11050
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- 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
