[ros-diffs] [pschweitzer] 34165: Also added PSEH support to fastfat

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Sat Jun 28 20:15:12 CEST 2008


Author: pschweitzer
Date: Sat Jun 28 13:15:11 2008
New Revision: 34165

URL: http://svn.reactos.org/svn/reactos?rev=34165&view=rev
Log:
Also added PSEH support to fastfat

Modified:
    branches/pierre-fsd/drivers/filesystems/fastfat/vfat.h
    branches/pierre-fsd/drivers/filesystems/fastfat/vfatfs.rbuild

Modified: branches/pierre-fsd/drivers/filesystems/fastfat/vfat.h
URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/drivers/filesystems/fastfat/vfat.h?rev=34165&r1=34164&r2=34165&view=diff
==============================================================================
--- branches/pierre-fsd/drivers/filesystems/fastfat/vfat.h [iso-8859-1] (original)
+++ branches/pierre-fsd/drivers/filesystems/fastfat/vfat.h [iso-8859-1] Sat Jun 28 13:15:11 2008
@@ -2,6 +2,7 @@
 #include <ntdddisk.h>
 #include <reactos/helper.h>
 #include <debug.h>
+#include <pseh/pseh.h>
 
 #ifdef __GNUC__
 #include <ccros.h>

Modified: branches/pierre-fsd/drivers/filesystems/fastfat/vfatfs.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/drivers/filesystems/fastfat/vfatfs.rbuild?rev=34165&r1=34164&r2=34165&view=diff
==============================================================================
--- branches/pierre-fsd/drivers/filesystems/fastfat/vfatfs.rbuild [iso-8859-1] (original)
+++ branches/pierre-fsd/drivers/filesystems/fastfat/vfatfs.rbuild [iso-8859-1] Sat Jun 28 13:15:11 2008
@@ -6,6 +6,7 @@
 	<linkerflag>-lgcc</linkerflag>
 	<library>ntoskrnl</library>
 	<library>hal</library>
+	<library>pseh</library>
 	<file>blockdev.c</file>
 	<file>cleanup.c</file>
 	<file>close.c</file>



More information about the Ros-diffs mailing list