about summary refs log tree commit diff stats
path: root/wrapperhelper/src/vector.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2024-10-29 16:31:05 +0100
committerGitHub <noreply@github.com>2024-10-29 16:31:05 +0100
commit70a6d9674876c4622b42b8913a9ee910a9e65c12 (patch)
treee4cf7ac9693936394357a33de69ad75d1ded9e9e /wrapperhelper/src/vector.h
parent4a440b6f0ab7cf63ed8f19783579e037a9e5be5f (diff)
downloadbox64-70a6d9674876c4622b42b8913a9ee910a9e65c12.tar.gz
box64-70a6d9674876c4622b42b8913a9ee910a9e65c12.zip
[WRAPPERHELPER] Added pragma once support, fixed a preprocessor bug, fixed the wrapperhelper Makefile (#1977)
Diffstat (limited to 'wrapperhelper/src/vector.h')
-rw-r--r--wrapperhelper/src/vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrapperhelper/src/vector.h b/wrapperhelper/src/vector.h
index 6e0c124a..5573b9ac 100644
--- a/wrapperhelper/src/vector.h
+++ b/wrapperhelper/src/vector.h
@@ -208,6 +208,7 @@ int            vector_push_vec_impl(VECTOR(voidp) *v1, VECTOR(voidp) *v2, size_t
 
 VECTOR_DECLARE(char, char)
 VECTOR_DECLARE(charp, char*)
+VECTOR_DECLARE(ccharp, const char*)
 VECTOR_DECLARE(string, string_t*)
 
 #endif // VECTOR_H