mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Do not define structures twice
svn path=/trunk/; revision=29424
This commit is contained in:
@@ -494,7 +494,7 @@ typedef struct _KTHREAD_HDR {
|
||||
*/
|
||||
} KTHREAD_HDR, *PKTHREAD_HDR;
|
||||
|
||||
#ifdef __REACTOS__
|
||||
#ifndef __REACTOS__
|
||||
typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header
|
||||
WORD e_magic; // Magic number
|
||||
WORD e_cblp; // Bytes on last page of file
|
||||
|
||||
Reference in New Issue
Block a user