mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
- Temporarily revert 20639 until a better fix is found. Thanks to Gé.
svn path=/trunk/; revision=20681
This commit is contained in:
parent
0074092a8f
commit
65740fb8ed
1 changed files with 2 additions and 2 deletions
|
@ -817,7 +817,7 @@ Module::GetDefaultModuleEntrypoint () const
|
|||
case Kernel:
|
||||
return "_NtProcessStartup";
|
||||
case KernelModeDLL:
|
||||
return "DriverEntry";
|
||||
return "_DriverEntry@8";
|
||||
case NativeDLL:
|
||||
return "_DllMainCRTStartup@12";
|
||||
case NativeCUI:
|
||||
|
@ -836,7 +836,7 @@ Module::GetDefaultModuleEntrypoint () const
|
|||
else
|
||||
return "_WinMainCRTStartup";
|
||||
case KernelModeDriver:
|
||||
return "DriverEntry";
|
||||
return "_DriverEntry@8";
|
||||
case BuildTool:
|
||||
case StaticLibrary:
|
||||
case ObjectLibrary:
|
||||
|
|
Loading…
Reference in a new issue