summaryrefslogtreecommitdiffstats
path: root/loader/pe_image.c
Commit message (Expand)AuthorAgeFilesLines
* #include osdep/mman.h if sys/mman.h is not available.diego2008-03-031-0/+2
* Get rid of redundant dbg_printf redefinition. Fixes some warnings:diego2008-01-281-14/+14
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-271-1/+0
* Remove unused function fixup_address, fixes the warning:diego2008-01-231-12/+0
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-201-1/+1
* warning fixes:diego2007-09-101-3/+0
* warning fixes:diego2007-09-101-3/+1
* Ugly hack to make xanlib.dll work.reimar2007-08-011-1/+2
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
* Rename config.h --> debug.h and include config.h explicitly.diego2006-11-261-0/+1
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Remove extra return.rathann2006-05-131-2/+0
* DragonFly BSD supportdiego2005-05-251-1/+1
* Mark modified imported files as such to comply with GPL ยง2a.diego2005-04-151-0/+5
* force compilers not to optimize/inline extend_stack_for_dll_allocareimar2004-09-181-3/+5
* avifile sync - 95% cosmetics 5% bugarpi2002-09-131-14/+14
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)arpi2001-11-031-8/+9
* sync with avifilearpi2001-10-041-8/+8
* Pre-allocate some stack space to work around a problem with DLL alloca() codejkeil2001-07-291-10/+12
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionjkeil2001-07-121-9/+23
* DLL loader updated from avifile-0.60beta4arpi_esp2001-03-181-7/+18
* Initial revisionarpi_esp2001-02-241-0/+936