diff options
Diffstat (limited to 'include/wntgcci')
-rw-r--r-- | include/wntgcci/sehandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wntgcci/sehandler.hxx b/include/wntgcci/sehandler.hxx index 2fabe486a452..9218adde07a7 100644 --- a/include/wntgcci/sehandler.hxx +++ b/include/wntgcci/sehandler.hxx @@ -7,8 +7,8 @@ #ifndef _SEHANDLER_HXX #define _SEHANDLER_HXX -#ifndef __MINGW32__ -#error This file should be included only in a MinGW compilation +#if !defined( __MINGW32__ ) || defined ( _WIN64 ) +#error This file should be included only in a 32-bit MinGW compilation #endif #include <windows.h> |