Continue of MSVC-compiling changes....

I double checked, but in case someone's recent commit is somehow overwritten -- please, don't be very frustrated :) -- I will fix it, just drop me a note.
struct KTHREAD, ETHREAD, EPROCESS removed from this file by Mike Nordell, since their purpose is very unclear.

svn path=/trunk/; revision=7336
This commit is contained in:
Aleksey Bragin 2003-12-30 18:22:08 +00:00
parent 7ff3d66ade
commit 920ee1834d

View file

@ -39,12 +39,15 @@ typedef unsigned long long *PULONGLONG;
#define __volatile
#define inline __inline
#define __asm__
#define __asm__ #error
#define __volatile__(a)
#define __attribute__(a)
#if 0
/* TMN: What on earth do these structures do in a user-mode header?! */
struct _KTHREAD { int foobar; };
struct _ETHREAD { int foobar; };
struct _EPROCESS { int foobar; };
#endif
#ifndef _DEBUG
#pragma function(_disable,_enable)