summaryrefslogtreecommitdiff
path: root/cpp/include/IceBox/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceBox/Config.h')
-rw-r--r--cpp/include/IceBox/Config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/include/IceBox/Config.h b/cpp/include/IceBox/Config.h
index 2c929a8c3e7..041f09b91d7 100644
--- a/cpp/include/IceBox/Config.h
+++ b/cpp/include/IceBox/Config.h
@@ -7,18 +7,18 @@
//
// **********************************************************************
-#ifndef ICE_BOX_CONFIG_H
-#define ICE_BOX_CONFIG_H
+#ifndef ICEBOX_CONFIG_H
+#define ICEBOX_CONFIG_H
//
// Automatically link with IceBox[D|++11|++11D].lib
//
-#if !defined(ICE_BUILDING_ICE_BOX) && defined(ICE_BOX_API_EXPORTS)
-# define ICE_BUILDING_ICE_BOX
+#if !defined(ICE_BUILDING_ICEBOX) && defined(ICEBOX_API_EXPORTS)
+# define ICE_BUILDING_ICEBOX
#endif
-#if defined(_MSC_VER) && !defined(ICE_BUILDING_ICE_BOX)
+#if defined(_MSC_VER) && !defined(ICE_BUILDING_ICEBOX)
# pragma comment(lib, ICE_LIBNAME("IceBox"))
#endif