Alexandre Julliard
|
2ba1b7fd3b
|
winecrt0: Remove constructor support for exe and native modules.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-04-15 20:03:23 +02:00 |
Alexandre Julliard
|
036f4dca3c
|
winecrt0: Rebuild the argv array instead of getting it from libwine.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-04-08 21:01:18 +02:00 |
Alexandre Julliard
|
5a9c88d62e
|
winecrt0: Create the Ansi argv from the Unicode one.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-12-09 10:33:12 +01:00 |
Alexandre Julliard
|
d401837994
|
winecrt0: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-18 23:51:51 +02:00 |
Alexandre Julliard
|
f2a7405a09
|
winecrt0: Make the main() and wmain() entry points cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-30 15:04:06 +02:00 |
Alexandre Julliard
|
3346132a0b
|
winecrt0: Don't build unneeded code for Windows platforms.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-14 17:19:45 +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 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
220f2ce9fb
|
Make all winecrt0 functions and variables hidden.
|
2005-10-30 19:10:35 +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
|
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 |