[ros-diffs] [ion] 20681: - Temporarily revert 20639 until a better fix is found. Thanks to Gé.

ion at svn.reactos.org ion at svn.reactos.org
Sun Jan 8 00:23:12 CET 2006


- Temporarily revert 20639 until a better fix is found. Thanks to Gé.
Modified: trunk/reactos/tools/rbuild/module.cpp
  _____  

Modified: trunk/reactos/tools/rbuild/module.cpp
--- trunk/reactos/tools/rbuild/module.cpp	2006-01-07 23:13:08 UTC
(rev 20680)
+++ trunk/reactos/tools/rbuild/module.cpp	2006-01-07 23:22:56 UTC
(rev 20681)
@@ -817,7 +817,7 @@

 		case Kernel:
 			return "_NtProcessStartup";
 		case KernelModeDLL:
-			return "DriverEntry";
+			return "_DriverEntry at 8";
 		case NativeDLL:
 			return "_DllMainCRTStartup at 12";
 		case NativeCUI:
@@ -836,7 +836,7 @@
 			else
 				return "_WinMainCRTStartup";
 		case KernelModeDriver:
-			return "DriverEntry";
+			return "_DriverEntry at 8";
 		case BuildTool:
 		case StaticLibrary:
 		case ObjectLibrary:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060108/e8807553/attachment.html


More information about the Ros-diffs mailing list