mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Rename _REACTOS_ to __REACTOS__
svn path=/trunk/; revision=29420
This commit is contained in:
@@ -628,7 +628,7 @@ typedef struct _KIPCR
|
||||
ULONG IDR;
|
||||
PVOID KdVersionBlock;
|
||||
PKIDTENTRY IDT;
|
||||
#ifdef _REACTOS_
|
||||
#ifdef __REACTOS__
|
||||
PUSHORT GDT;
|
||||
#else
|
||||
PKGDTENTRY GDT;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined( MAC ) || defined( _MAC ) || defined(__powerpc__) && !defined(_REACTOS_)
|
||||
#if defined( MAC ) || defined( _MAC ) || defined(__powerpc__) && !defined(__REACTOS__)
|
||||
#define __RPC_MAC__
|
||||
#define __RPC_WIN32__
|
||||
#include <pshpack2.h>
|
||||
|
||||
Reference in New Issue
Block a user