mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix build
svn path=/trunk/; revision=28808
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user