Author: hpoussin Date: Sat Oct 6 23:28:04 2007 New Revision: 29424
URL: http://svn.reactos.org/svn/reactos?rev=29424&view=rev Log: Do not define structures twice
Modified: trunk/reactos/drivers/storage/ide/uniata/ntddk_ex.h
Modified: trunk/reactos/drivers/storage/ide/uniata/ntddk_ex.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/uniata/... ============================================================================== --- trunk/reactos/drivers/storage/ide/uniata/ntddk_ex.h (original) +++ trunk/reactos/drivers/storage/ide/uniata/ntddk_ex.h Sat Oct 6 23:28:04 2007 @@ -494,7 +494,7 @@ */ } 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