We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dddc15 commit 05dc2f9Copy full SHA for 05dc2f9
Framework/Foundation/3rdparty/x9/x9.h
@@ -30,7 +30,8 @@
30
You can contact the author at: [email protected]
31
*/
32
33
-#pragma once
+#ifndef O2_FRAMEWORK_FOUDATION_X9_H_
34
+#define O2_FRAMEWORK_FOUDATION_X9_H_
35
36
#ifdef __cplusplus
37
extern "C" {
@@ -172,3 +173,4 @@ __attribute__((nonnull)) void x9_broadcast_msg_to_all_node_inboxes(
172
173
174
}
175
#endif
176
+#endif // O2_FRAMEWORK_FOUDATION_X9_H_
0 commit comments