From 07a65d4827a8d71d43c072f0279689e5abe9751f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 28 Mar 2022 14:05:07 +0200 Subject: Added some obstack_XXX wrapped function (ported from box86) --- src/include/myalign.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/myalign.h b/src/include/myalign.h index d627b25d..264c71eb 100755 --- a/src/include/myalign.h +++ b/src/include/myalign.h @@ -1,3 +1,5 @@ +#ifndef __MY_ALIGN__H_ +#define __MY_ALIGN__H_ #include typedef struct x64_va_list_s { @@ -171,3 +173,5 @@ void UnalignSemidDs(void *dest, const void* source); void AlignSemidDs(void *dest, const void* source); uintptr_t getVArgs(x64emu_t* emu, int pos, uintptr_t* b, int N); + +#endif //__MY_ALIGN__H_ \ No newline at end of file -- cgit 1.4.1