summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/ext.h
AgeCommit message (Collapse)Author
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2006-02-14Fix some compiler warnings.Darren Salt
CVS patchset: 7895 CVS date: 2006/02/14 18:45:37
2002-01-31Fix compilation failure for user who already have wine installed.Daniel Caujolle-Bert
CVS patchset: 1460 CVS date: 2002/01/31 02:16:42
2002-01-07acelpnet should work now (some files updated from mplayer cvs)Miguel Freitas
CVS patchset: 1360 CVS date: 2002/01/07 02:17:10
2001-07-04Add prototypes for all functions in wine/*, to catch __stdcall functionuid56437
attribute mismatches between function prototypes and function definitions. Such a __stdcall mismatch can corrupt the cpu's stack, because both the caller and the callee clean up function parameter from the stack (or none of them removes the function parameters) wine/* should be less sensitive to optimzation options due to this change. CVS patchset: 245 CVS date: 2001/07/04 14:05:09