wine-wine/dlls/winecrt0
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
..
.cvsignore
Makefile.in Added an entry point routine for native drivers. 2005-09-02 15:19:42 +00:00
crt0_private.h Moved the spec file init function and constructor to winecrt0. 2005-09-02 14:43:03 +00:00
delay_load.c Moved the delay loading support code to the winecrt0 library. 2005-08-25 19:37:51 +00:00
dll_entry.c Make sure to always call the destructors when the constructors have 2005-09-03 15:04:33 +00:00
dll_main.c Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
drv_entry.c There's no way to properly unload a driver, so don't try. 2005-09-03 09:38:22 +00:00
exe_entry.c Moved the spec file init function and constructor to winecrt0. 2005-09-02 14:43:03 +00:00
exe_main.c
exe_wentry.c Moved the spec file init function and constructor to winecrt0. 2005-09-02 14:43:03 +00:00
exe_wmain.c
init.c Moved the spec file init function and constructor to winecrt0. 2005-09-02 14:43:03 +00:00
stub.c Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00