mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[RBUILD]
Use msvcrt as default crt for DLLs/OCX modules. svn path=/trunk/; revision=51247
This commit is contained in:
parent
53af1b545e
commit
594dd8de49
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ Module::GetDefaultModuleCRT () const
|
||||||
return "static";
|
return "static";
|
||||||
case Win32DLL:
|
case Win32DLL:
|
||||||
case Win32OCX:
|
case Win32OCX:
|
||||||
return "ntdll";
|
return "msvcrt";
|
||||||
case NativeDLL:
|
case NativeDLL:
|
||||||
case NativeCUI:
|
case NativeCUI:
|
||||||
return "ntdll";
|
return "ntdll";
|
||||||
|
|
Loading…
Reference in a new issue