* include/winnt.h: revert to 1.102

* include/ddk/winddk.h: revert to 1.25
This commit is contained in:
Dimitri Papadopoulos
2006-04-20 10:47:43 +00:00
parent 4e71dc1e3a
commit 6fbcec60a8
3 changed files with 0 additions and 16 deletions

View File

@ -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