diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index 092bb03a8..5cc1e6c4d 100644 --- a/src/debug.h +++ b/src/debug.h @@ -33,7 +33,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> - #include <eh.h> + #ifdef _MSC_VER + #include <eh.h> + #endif #else #endif |