Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2006-04-20 14:47:43 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2006-04-20 14:47:43 +0400
commit6fbcec60a8a38a7223bec5c82f36667e8b5e7672 (patch)
tree86291ef4518f188e1e76e4fec4f3bcd1507db0ea /winsup/w32api/include/ddk
parent4e71dc1e3ae33df4fb96a4f1fca04cc12325320d (diff)
* include/winnt.h: revert to 1.102
* include/ddk/winddk.h: revert to 1.25
Diffstat (limited to 'winsup/w32api/include/ddk')
-rw-r--r--winsup/w32api/include/ddk/winddk.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/winddk.h b/winsup/w32api/include/ddk/winddk.h
index c9dabbb52..123a44a73 100644
--- a/winsup/w32api/include/ddk/winddk.h
+++ b/winsup/w32api/include/ddk/winddk.h
@@ -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