|
From: Danny S. <dan...@cl...> - 2003-07-18 19:37:16
|
----- Original Message ----- From: "Earnie Boyd" <ear...@ya...> To: <min...@li...> Sent: Friday, 18 July 2003 12:15 Subject: Re: [MinGW-dvlpr] Fw: __USE_CRTIMP in mingw runtime startup code. > Danny Smith wrote: > > > > ---------------------------------------------------------------------- -- > > > > ChangeLog > > > > * dllcrt1.c (__mscvrt_dll_string): Declare extern variable. > > (DllMainCRTStartup): Use GetModuleHandle/GetProcAddress to get > > malloc and free from the msvcrt library designated by > > __mscvrt_dll_string. > > * crtdll.c: New file, defining __mscvrt_dll_string. > > Do you really want __mscvrt_dll_string, I'm already confused with it. > Why not __msvcrt_dll_string? > A typo. __msvcrt_dll_string it is. Danny > > * msvcrt.c: Ditto. > > Only one source is sufficient. Create multiple targets with that source > using macro substitution. > > > * msvcrtd.c: Ditto. > > * msvcr70.c: Ditto. > > * msvcr70d.c: Ditto. > > * msvcr71.c: Ditto. > > * msvcr71d.c: Ditto. > > Makefile.in: Compile new files. Add objects to respective import > > libs. > > > > Earnie > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > MinGW-dvlpr mailing list > Min...@li... > https://lists.sourceforge.net/lists/listinfo/mingw-dvlpr |