From fbde3e7d44a042c42701cab9c6f319eaf71486e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 3 Sep 2007 08:57:19 +0000 Subject: [PATCH] Fix build svn path=/trunk/; revision=28808 --- reactos/boot/freeldr/freeldr/fs/fat.c | 2 -- reactos/include/psdk/winnt.h | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/fs/fat.c b/reactos/boot/freeldr/freeldr/fs/fat.c index 36b01cf753f..49156110a4e 100644 --- a/reactos/boot/freeldr/freeldr/fs/fat.c +++ b/reactos/boot/freeldr/freeldr/fs/fat.c @@ -234,8 +234,6 @@ BOOLEAN FatOpenVolume(ULONG DriveNumber, ULONG VolumeStartSector, ULONG Partitio DbgPrint((DPRINT_FILESYSTEM, "BootSectorMagic: 0x%x\n", FatVolumeBootSector->BootSectorMagic)); } -#endif // !defined NDEBUG - // // Set the correct partition offset // diff --git a/reactos/include/psdk/winnt.h b/reactos/include/psdk/winnt.h index a8f7806fc0d..ca110a9bc8d 100644 --- a/reactos/include/psdk/winnt.h +++ b/reactos/include/psdk/winnt.h @@ -4,10 +4,6 @@ #pragma GCC system_header #endif -#ifdef __GNUC__ -#include "intrin.h" -#endif - /* translate GCC target defines to MS equivalents. Keep this synchronized with windows.h. */ #if defined(__i686__) && !defined(_M_IX86) @@ -251,6 +247,10 @@ typedef BYTE FCHAR; typedef WORD FSHORT; typedef DWORD FLONG; +#ifdef __GNUC__ +#include "intrin.h" +#endif + #define NTAPI __stdcall #include #define ACE_OBJECT_TYPE_PRESENT 0x00000001