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 |