mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Fix build
svn path=/trunk/; revision=28808
This commit is contained in:
parent
5b3a9d3b2d
commit
fbde3e7d44
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue