aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/pe_image.c
Commit message (Expand)AuthorAge
* Avoid u_ BSD type names.Gravatar diego2008-12-27
* #include osdep/mman.h if sys/mman.h is not available.Gravatar diego2008-03-03
* 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 function fixup_address, fixes the warning:Gravatar diego2008-01-23
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and aGravatar diego2008-01-20
* warning fixes:Gravatar diego2007-09-10
* warning fixes:Gravatar diego2007-09-10
* Ugly hack to make xanlib.dll work.Gravatar reimar2007-08-01
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Rename config.h --> debug.h and include config.h explicitly.Gravatar diego2006-11-26
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Remove extra return.Gravatar rathann2006-05-13
* DragonFly BSD supportGravatar diego2005-05-25
* Mark modified imported files as such to comply with GPL ยง2a.Gravatar diego2005-04-15
* force compilers not to optimize/inline extend_stack_for_dll_allocaGravatar reimar2004-09-18
* avifile sync - 95% cosmetics 5% bugGravatar arpi2002-09-13
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)Gravatar arpi2001-11-03
* sync with avifileGravatar arpi2001-10-04
* Pre-allocate some stack space to work around a problem with DLL alloca() codeGravatar jkeil2001-07-29
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionGravatar jkeil2001-07-12
* DLL loader updated from avifile-0.60beta4Gravatar arpi_esp2001-03-18
* Initial revisionGravatar arpi_esp2001-02-24