progress on os (on files)

This commit is contained in:
2025-02-07 19:05:04 -05:00
parent 475dd029e0
commit a4f915d27d
10 changed files with 564 additions and 552 deletions
+2 -2
View File
@@ -9,10 +9,10 @@
////////////////////////////////
// NOTE(allen): Thread Context Functions
thread_static TCTX* tctx_thread_local;
MD_API_C thread_static TCTX* tctx_thread_local;
#if ! MD_BUILD_SUPPLEMENTARY_UNIT
thread_static TCTX* tctx_thread_local = 0;
MD_API_C thread_static TCTX* tctx_thread_local = 0;
#endif
void