progress on strings.h/c started to look at thread_context.h/c

This commit is contained in:
ed
2025-02-05 22:56:35 -05:00
parent 61f2fad8ef
commit af0dc24160
6 changed files with 465 additions and 440 deletions
+11
View File
@@ -2,6 +2,17 @@
# pragma once
#endif
////////////////////////////////
//~ rjf: Build Options
#if ! defined(BUILD_DEBUG)
# define BUILD_DEBUG 1
#endif
#if ! defined(BUILD_SUPPLEMENTARY_UNIT)
# define BUILD_SUPPLEMENTARY_UNIT 0
#endif
#pragma region Compiler Vendor
#if defined( _MSC_VER )