Use msvcrt as default crt for DLLs/OCX modules.

svn path=/trunk/; revision=51247
This commit is contained in:
Sylvain Petreolle 2011-04-03 22:09:07 +00:00
parent 53af1b545e
commit 594dd8de49

View file

@ -1226,7 +1226,7 @@ Module::GetDefaultModuleCRT () const
return "static";
case Win32DLL:
case Win32OCX:
return "ntdll";
return "msvcrt";
case NativeDLL:
case NativeCUI:
return "ntdll";