Fix build

svn path=/trunk/; revision=28808
This commit is contained in:
Hervé Poussineau 2007-09-03 08:57:19 +00:00
parent 5b3a9d3b2d
commit fbde3e7d44
2 changed files with 4 additions and 6 deletions

View file

@ -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
//

View file

@ -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 <basetsd.h>
#define ACE_OBJECT_TYPE_PRESENT 0x00000001