summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/MD5I.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-09-05 12:53:04 -0400
committerBernard Normier <bernard@zeroc.com>2012-09-05 12:53:04 -0400
commit5a6991e90533828da9d6672fcba41138993bdb91 (patch)
tree27331a029e806b06b94094eb4dfa891e3069df6b /cpp/src/Slice/MD5I.h
parentuse Optional for C# one-shot constructors (diff)
downloadice-5a6991e90533828da9d6672fcba41138993bdb91.tar.bz2
ice-5a6991e90533828da9d6672fcba41138993bdb91.tar.xz
ice-5a6991e90533828da9d6672fcba41138993bdb91.zip
Undo pragma-once-in-header enhancement
Diffstat (limited to 'cpp/src/Slice/MD5I.h')
-rw-r--r--cpp/src/Slice/MD5I.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/Slice/MD5I.h b/cpp/src/Slice/MD5I.h
index 2ab51829250..66588283e83 100644
--- a/cpp/src/Slice/MD5I.h
+++ b/cpp/src/Slice/MD5I.h
@@ -47,7 +47,8 @@
1999-05-03 lpd Original version.
*/
-#pragma once
+#ifndef md5_INCLUDED
+# define md5_INCLUDED
/*
* This package supports both compile-time and run-time determination of CPU
@@ -86,3 +87,5 @@ void md5_finish(md5_state_t *pms, md5_byte_t digest[16]);
#ifdef __cplusplus
} /* end extern "C" */
#endif
+
+#endif /* md5_INCLUDED */