Alexandre Julliard
772112cfcb
winecrt0: Add a trampoline function to align the stack on x86_64 before continuing an exception.
2010-04-08 17:34:17 +02:00
Alexandre Julliard
655292ae00
include: Move the exception handling support functions to winecrt0 instead of having them inline.
2010-04-08 17:34:17 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Alexandre Julliard
62e0de5f73
Avoid using wine/port.h in static libraries.
2010-01-23 20:51:27 +01:00
Alexandre Julliard
b2d35c3620
winecrt0: Disable the delay import destructor on Mac OS, it cannot be made to work.
2009-04-01 18:13:42 +02:00
Alexandre Julliard
2ef9411434
winecrt0: Don't bother passing the environment to the _init function.
...
We'd have to use the Windows environment anyway, not the Unix one.
2009-03-31 16:06:11 +02:00
Alexandre Julliard
af2e40ea26
winecrt0: Add entry point code for stand-alone 16-bit executables.
2009-02-26 13:23:00 +01:00
Alexandre Julliard
d75b0ce452
ntdll: Make sure we don't return from a stub exception.
2008-12-29 12:43:59 +01:00
Alexandre Julliard
d230e713b9
winecrt0: Add missing WINAPI on driver entry point.
2008-10-18 12:12:05 +02:00
Rob Shearman
4500836635
makefiles: Simplify the use of the MODULE variable in static import libraries.
...
Don't include platform-specific information when declaring the name of
the static import libary to build. Instead, add this information in
Makeimplib.rules.in.
2008-03-10 19:12:54 +01:00
Alexandre Julliard
b601206129
winecrt0: DriverEntry is a WINAPI function.
2007-12-12 14:39:08 +01:00
Rob Shearman
9f8d379fb3
include: Move Wine-specific EH_* defines from winnt.h to include/wine/exception.h.
2007-12-03 11:54:10 +01:00
Alexandre Julliard
fd15a1d4be
winecrt0: Fix delay load structure types for Win64.
2006-10-30 17:43:03 +01:00
Alexandre Julliard
32ab895e46
makefiles: Generate the dependencies line to avoid some code duplication.
2006-09-14 09:38:16 +02:00
Alexandre Julliard
cc2b3b48e6
Take advantage of the recursive nature of .gitignore for Makefile entries.
...
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Alexandre Julliard
be22a96847
Include wine/port.h in files that use exceptions.
2006-02-07 16:31:21 +01:00
Alexandre Julliard
0ec7e1a591
Renamed all .cvsignore files to .gitignore.
2005-11-26 13:10:33 +01:00
Alexandre Julliard
220f2ce9fb
Make all winecrt0 functions and variables hidden.
2005-10-30 19:10:35 +00:00
Alexandre Julliard
8a5f893712
Make sure to always call the destructors when the constructors have
...
been called from the dll entry point.
2005-09-03 15:04:33 +00:00
Alexandre Julliard
e4a20a4bb9
There's no way to properly unload a driver, so don't try.
2005-09-03 09:38:22 +00:00
Alexandre Julliard
d1c5f68dca
Added an entry point routine for native drivers.
2005-09-02 15:19:42 +00:00
Alexandre Julliard
ce20722109
Moved the spec file init function and constructor to winecrt0.
2005-09-02 14:43:03 +00:00
Alexandre Julliard
68f177364d
Avoid using common symbols, they are broken on Mac OS.
2005-08-29 21:49:57 +00:00
Alexandre Julliard
bba5423d0f
Uncomment out DisableThreadLibraryCalls in DllMain and add the
...
kernel32 imports that it requires.
2005-08-29 15:11:37 +00:00
Alexandre Julliard
0628c7eba6
Moved more of the spec initialization code to the winecrt0 library,
...
and get rid of implicit kernel32 imports.
2005-08-29 14:16:27 +00:00
Alexandre Julliard
d4098549bb
Moved the delay loading support code to the winecrt0 library.
2005-08-25 19:37:51 +00:00
Alexandre Julliard
b6b180a16d
Moved the implementation of spec file stubs to the winecrt0 library.
2005-08-25 15:27:44 +00:00
Alexandre Julliard
633b12d5dc
Added a make rules file for static import libraries.
2005-08-25 12:14:13 +00:00
Alexandre Julliard
71ae2d7bed
Beginnings of a crt0 library.
2005-08-25 11:41:05 +00:00