diff --git a/reactos/drivers/storage/ide/uniata/ntddk_ex.h b/reactos/drivers/storage/ide/uniata/ntddk_ex.h index c54da9a1a5c..40f1bfe2da2 100644 --- a/reactos/drivers/storage/ide/uniata/ntddk_ex.h +++ b/reactos/drivers/storage/ide/uniata/ntddk_ex.h @@ -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