* include/winnt.h: revert to 1.102
* include/ddk/winddk.h: revert to 1.25
This commit is contained in:
@ -3967,14 +3967,9 @@ KefReleaseSpinLockFromDpcLevel(
|
||||
* IN PCHAR Field);
|
||||
*/
|
||||
#ifndef FIELD_OFFSET
|
||||
#ifdef __cplusplus
|
||||
#define FIELD_OFFSET(Type, Field) (reinterpret_cast<LONG> \
|
||||
(&reinterpret_cast<char&>(static_cast<Type *>(0)->Field)))
|
||||
#else
|
||||
#define FIELD_OFFSET(Type, Field) \
|
||||
((LONG) (&(((Type *) 0)->Field)))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* PVOID
|
||||
|
Reference in New Issue
Block a user