- Temporarily revert 20639 until a better fix is found. Thanks to Gé.

svn path=/trunk/; revision=20681
This commit is contained in:
Alex Ionescu 2006-01-07 23:22:56 +00:00
parent 0074092a8f
commit 65740fb8ed

View file

@ -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: