summaryrefslogtreecommitdiff
path: root/common/os_binary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/os_binary.hpp')
-rw-r--r--common/os_binary.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/os_binary.hpp b/common/os_binary.hpp
index a231c709..c3a1d6ea 100644
--- a/common/os_binary.hpp
+++ b/common/os_binary.hpp
@@ -27,8 +27,7 @@
* Force binary mode standard files on Windows.
*/
-#ifndef _OS_BINARY_HPP_
-#define _OS_BINARY_HPP_
+#pragma once
#include <stdio.h>
@@ -58,4 +57,3 @@ void setBinaryMode(FILE *fp) {
} /* namespace os */
-#endif /* _OS_BINARY_HPP_ */