mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
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:
parent
7ff3d66ade
commit
920ee1834d
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue