Author: fireball
Date: Sun Oct 7 01:09:00 2007
New Revision: 29426
URL: http://svn.reactos.org/svn/reactos?rev=29426&view=rev
Log:
- Create a branch for some Win32 subsystem work, aimed at getting a "stable" implementation.
Added:
branches/win32k-stable/
- copied from r29425, trunk/
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