attempting to do a parse on stb_sprintf.h for segregated

This commit is contained in:
2025-02-11 15:32:18 -05:00
parent a6e12a9580
commit 4976d79ab3
7 changed files with 197 additions and 8 deletions
+21
View File
@@ -19,6 +19,27 @@
"compilerArgs": [
"/Zc:preprocessor"
]
},
{
"name": "Win32 tests",
"includePath": [
// "${workspaceFolder}",
"${workspaceFolder}/gen_c11/gen"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"INTELLISENSE_DIRECTIVES"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "msvc-x64",
"compilerArgs": [
"/Zc:preprocessor"
]
}
],
"version": 4