diff options
-rw-r--r-- | win32/win32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/win32.h b/win32/win32.h index 0ed53d6f47..79926acb9d 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -232,15 +232,6 @@ struct mgvtbl { \ U8 op_flags; \ U8 op_private; -#define UNION_ANY_DEFINITION union any { \ - void* any_ptr; \ - I32 any_i32; \ - IV any_iv; \ - long any_long; \ - void (CPERLscope(*any_dptr)) (pTHX_ void*); \ - char handle_VC_problem[16]; \ -} - #endif /* PERL_OBJECT */ #endif /* _MSC_VER */ |