Update from Padraig, one additional valgrind warning I found cleaned up
[m6w6/libmemcached] / libmemcached / visibility.h
index 1f3e85bb274a721b66266b13a505e7ceb73def4d..9405a88d6f8a5267b6d1658af8d7cdff6474484a 100644 (file)
@@ -13,8 +13,8 @@
  * @brief Visibility control macros
  */
 
-#ifndef LIBMEMCACHED_VISIBILITY_H
-#define LIBMEMCACHED_VISIBILITY_H
+#ifndef __LIBMEMCACHED_VISIBILITY_H
+#define __LIBMEMCACHED_VISIBILITY_H
 
 /**
  *
@@ -48,4 +48,4 @@
 # endif /* defined(_MSC_VER) */
 #endif /* defined(BUILDING_LIBMEMCACHED) */
 
-#endif /* LIBMEMCACHED_VISIBILITY_H */
+#endif /* __LIBMEMCACHED_VISIBILITY_H */