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/…
==============================================================================
--- 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/…
==============================================================================
--- 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>