summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/elfdll.c
AgeCommit message (Collapse)Author
2002-04-07Fix compile problems with wine including the wrong header files.James Courtier-Dutton
CVS patchset: 1695 CVS date: 2002/04/07 12:17:26
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-11-07- update win32 loaderMiguel Freitas
- dynamic buffers fixes a lot of audio problems CVS patchset: 974 CVS date: 2001/11/07 02:15:24
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
2001-06-09finally - w32codec works againGuenter Bartsch
CVS patchset: 137 CVS date: 2001/06/09 18:40:41