aboutsummaryrefslogtreecommitdiff
path: root/include/bh/platform.h
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2024-06-03 22:11:05 +0300
committerMikhail Romanko <me@blankhex.com>2024-06-03 22:11:05 +0300
commit79874622a28c081abe155dc01860ddba746abd3b (patch)
tree9dea56ea33951b7c851b534eb6f9d1ff1e1dcfe8 /include/bh/platform.h
parentfdbabab0e04fac2b5a84ea8e8088cd4767034a45 (diff)
downloadbhlib-old-79874622a28c081abe155dc01860ddba746abd3b.tar.gz
Add documentation, expand error handling, implement file and buffer io
Diffstat (limited to 'include/bh/platform.h')
-rw-r--r--include/bh/platform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bh/platform.h b/include/bh/platform.h
index c48149c..59d9051 100644
--- a/include/bh/platform.h
+++ b/include/bh/platform.h
@@ -1,5 +1,5 @@
-#ifndef BHLIB_PLATFORM_H
-#define BHLIB_PLATFORM_H
+#ifndef BH_PLATFORM_H
+#define BH_PLATFORM_H
#include <stddef.h>
@@ -43,4 +43,4 @@ typedef unsigned __int32 bh_uintptr_t;
typedef bh_int64_t bh_off_t;
-#endif /* BHLIB_PLATFORM_H */
+#endif /* BH_PLATFORM_H */