This commit is contained in:
ed
2025-02-01 18:30:43 -05:00
parent a4e836dda8
commit 7a95ada831
13 changed files with 69 additions and 6 deletions
+9
View File
@@ -1,4 +1,5 @@
#if MD_INTELLISENSE_DIRECTIVES
#pragma once
#include "cstd.h"
#endif
@@ -22,6 +23,14 @@
#endif
#endif // GEN_API
#ifndef global // Global variables
# ifdef MD_DYN_EXPORT
# define global
# else
# define global static
# endif
#endif
#ifndef internal
#define internal static
#endif