diff options
Diffstat (limited to 'cpp/include/Ice/UndefSysMacros.h')
-rw-r--r-- | cpp/include/Ice/UndefSysMacros.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/UndefSysMacros.h b/cpp/include/Ice/UndefSysMacros.h index 32ccd926258..d412fd1b26d 100644 --- a/cpp/include/Ice/UndefSysMacros.h +++ b/cpp/include/Ice/UndefSysMacros.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_UNDEF_SYS_MACROS_H +#define ICE_UNDEF_SYS_MACROS_H // // This header includes macros that can end up being dragged into @@ -37,3 +38,5 @@ #ifdef max #undef max #endif + +#endif |