Moved more of the spec initialization code to the winecrt0 library,
commit0628c7eba6f0931d05de918d8a31be7952ee5a81
authorAlexandre Julliard <julliard@winehq.org>
Mon, 29 Aug 2005 14:16:27 +0000 (29 14:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 29 Aug 2005 14:16:27 +0000 (29 14:16 +0000)
treed08d96ff59e169e12efa1e9d1e0a89c12db6adf0
parentd672c65ac37958405e99b74171c47f6eca8feda8
Moved more of the spec initialization code to the winecrt0 library,
and get rid of implicit kernel32 imports.
dlls/winecrt0/Makefile.in
dlls/winecrt0/crt0_private.h [new file with mode: 0644]
dlls/winecrt0/dll_entry.c [new file with mode: 0644]
dlls/winecrt0/exe_entry.c [new file with mode: 0644]
dlls/winecrt0/exe_wentry.c [new file with mode: 0644]
tools/winebuild/import.c
tools/winebuild/spec32.c
tools/winegcc/winegcc.c