adding prefixes to source

They'll be removed on demand in libgen repo
This commit is contained in:
ed
2025-02-12 14:40:11 -05:00
parent aa5c1efb36
commit 0ab226f739
45 changed files with 5811 additions and 5820 deletions
+2 -2
View File
@@ -6,13 +6,13 @@
#include <stdarg.h>
#include <stddef.h>
#if defined( OS_WINDOWS )
#if defined( MD_OS_WINDOWS )
# include <intrin.h>
# include <tmmintrin.h>
# include <wmmintrin.h>
#endif
#if LANG_C
#if MD_LANG_C
# include <assert.h>
# include <stdbool.h>
#endif