mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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";
|
||||
case Win32DLL:
|
||||
case Win32OCX:
|
||||
return "ntdll";
|
||||
return "msvcrt";
|
||||
case NativeDLL:
|
||||
case NativeCUI:
|
||||
return "ntdll";
|
||||
|
|
Loading…
Reference in a new issue