mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 06:58:10 +00:00
Do not define structures twice
svn path=/trunk/; revision=29424
This commit is contained in:
parent
340b2adbee
commit
1962ee8f23
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ typedef struct _KTHREAD_HDR {
|
||||||
*/
|
*/
|
||||||
} KTHREAD_HDR, *PKTHREAD_HDR;
|
} KTHREAD_HDR, *PKTHREAD_HDR;
|
||||||
|
|
||||||
#ifdef __REACTOS__
|
#ifndef __REACTOS__
|
||||||
typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header
|
typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header
|
||||||
WORD e_magic; // Magic number
|
WORD e_magic; // Magic number
|
||||||
WORD e_cblp; // Bytes on last page of file
|
WORD e_cblp; // Bytes on last page of file
|
||||||
|
|
Loading…
Reference in a new issue