aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/wine
Commit message (Expand)AuthorAge
* Mark parameterless function declarations as (void). Fixes the warnings:Gravatar diego2010-04-04
* loader: Remove commented-out extra_ld_library_path cruft.Gravatar diego2010-03-23
* Add public function VideoForWindowsVersion() to the appropriate header file.Gravatar diego2010-02-21
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Directly mark structs as WINE_PACKED where all members are marked as packed.Gravatar diego2010-02-14
* Remove pointless egcs #ifdefs; that compiler was never supported.Gravatar diego2010-02-11
* Remove extern "C" declarations from loader code.Gravatar diego2010-02-11
* Use ARCH_X86_32 instead of the compiler-specific __i386__Gravatar reimar2010-01-12
* Add required header #includes to satisfy 'make checkheaders'.Gravatar diego2010-01-04
* Several hacks to fix compilation of tvi_dshow on MinGW64.Gravatar reimar2010-01-02
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Revert fixing illegal identifiers to fix compilation on MinGW. UnfortunatelyGravatar diego2008-03-02
* Fix illegal identifiers starting with _ and capital letters.Gravatar diego2008-03-01
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-23
* Remove misplaced #endif comment.Gravatar diego2008-02-21
* Get rid of redundant dbg_printf redefinition. Fixes some warnings:Gravatar diego2008-01-28
* Remove $Id$ tags, they make diffs between different versionsGravatar reimar2008-01-27
* Remove unused DPRINTF__ macro.Gravatar diego2008-01-23
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and aGravatar diego2008-01-20
* Consistently use just the name of the #ifdef directive in preprocessor comments.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* add comment to endifGravatar compn2007-10-18
* Add Coinitialize function to vfw encoder and win32 loader.Gravatar compn2007-10-17
* Remove leading underscores from multiple inclusion guards,Gravatar diego2007-09-13
* Fix include path.Gravatar diego2007-09-13
* Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.Gravatar diego2007-09-12
* Remove useless #ifndef, __WINE_WINGDI_H is never defined.Gravatar diego2007-09-12
* Remove redundant multiple inclusion guard.Gravatar diego2007-09-12
* Consistently use path as multiple inclusion guard.Gravatar diego2007-09-12
* Revert r24424.Gravatar voroshil2007-09-10
* Fix for a lot ofGravatar voroshil2007-09-10
* cosmetics: Add comments to some #endif preprocessor directives.Gravatar diego2007-09-10
* Get rid of superfluous __WINE__ #define, it was always enabled andGravatar diego2007-06-02
* fix compilation for win32 dll codec support for intel osxGravatar nplourde2006-11-27
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,Gravatar reimar2005-10-02
* Remove stray MSDOS linebreaksGravatar ivo2005-08-10
* mingw and maybe other system define the __int* types to char, short..., so th...Gravatar faust32005-06-07
* Mark modified imported files as such to comply with GPL ยง2a.Gravatar diego2005-04-15
* icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>Gravatar diego2005-01-14
* loader gcc warning fixes and avifile syncGravatar rathann2004-08-28
* Better protection against double definition of MPEGLAYER3WAVEFORMATGravatar wight2004-08-09
* minimal fix for alex's 1000000000000l compile errors. imo the fix inGravatar rfelker2004-04-30
* last mingw32 support patch by Sascha SommerGravatar alex2003-04-24
* VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>Gravatar arpi2002-10-09
* avifile sync - 95% cosmetics 5% bugGravatar arpi2002-09-13