summaryrefslogtreecommitdiffstats
path: root/loader/elfdll.c
Commit message (Expand)AuthorAgeFilesLines
* loader: Move local_wm extern variable declaration to loader.hdiego2010-11-021-4/+1
* loader: Remove commented-out extra_ld_library_path cruft.diego2010-03-231-2/+0
* Get rid of pointless def_path variable; use codec_path directly instead.diego2010-03-231-1/+1
* Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
* Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-201-1/+1
* Split codec path related code into a separate file to fix Windows build.reimar2010-03-181-1/+1
* Do not cast the results of malloc/calloc/realloc.diego2010-02-261-3/+3
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* Get rid of pointless 'extern' keywords.diego2008-12-031-2/+2
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-271-1/+0
* Add missing #include, fixes the warning:diego2008-01-191-0/+1
* warning fixes:diego2007-09-101-4/+4
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Mark modified imported files as such to comply with GPL ยง2a.diego2005-04-151-0/+5
* avifile sync - 95% cosmetics 5% bugarpi2002-09-131-20/+10
* changes merged back from avifile cvsarpi2001-10-081-7/+4
* sync with avifilearpi2001-10-041-2/+2
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionjkeil2001-07-121-1/+1
* Initial revisionarpi_esp2001-02-241-0/+305