diff options
Diffstat (limited to 'include/win2k.h')
-rw-r--r-- | include/win2k.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/win2k.h b/include/win2k.h index a7ce81fc0f..d65f4a86f5 100644 --- a/include/win2k.h +++ b/include/win2k.h @@ -53,8 +53,6 @@ File created by Christian Kästner, and tweaked a bit by Richard Hughes*/ // put stuff that's not apart of any SDKs but is used nonetheless
-#define SIZEOF(X) (sizeof(X)/sizeof(X[0]))
-
#ifdef _WIN64
#define MENUITEMINFO_V4_SIZE sizeof(MENUITEMINFO)
#else
|