[ros-diffs] [weiden] 24470: Fix compilation with GCC4

weiden at svn.reactos.org weiden at svn.reactos.org
Mon Oct 9 16:59:10 CEST 2006


Author: weiden
Date: Mon Oct  9 18:59:10 2006
New Revision: 24470

URL: http://svn.reactos.org/svn/reactos?rev=24470&view=rev
Log:
Fix compilation with GCC4

Modified:
    trunk/reactos/ntoskrnl/io/iomgr/iomgr.c

Modified: trunk/reactos/ntoskrnl/io/iomgr/iomgr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/iomgr.c?rev=24470&r1=24469&r2=24470&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/iomgr.c (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/iomgr.c Mon Oct  9 18:59:10 2006
@@ -502,7 +502,7 @@
     /* Assign drive letters */
     IoAssignDriveLetters(LoaderBlock,
                          &NtBootPath,
-                         RootString.Buffer,
+                         (PUCHAR)RootString.Buffer,
                          &RootString);
 
     /* Update system root */




More information about the Ros-diffs mailing list