fixup _Generic macro usage

distinct macros failed (didn't realize). Was able to get proper setup with _Generic_L2 pattern
This commit is contained in:
ed
2025-02-12 00:19:04 -05:00
parent 90836817e9
commit d80a6b61da
16 changed files with 188 additions and 178 deletions
+4 -1
View File
@@ -90,7 +90,10 @@
"timeapi.h": "c",
"stdlib.h": "c",
"metadesk_deps.h": "c",
"stdbool.h": "c"
"stdbool.h": "c",
"map": "c",
"unordered_map": "c",
"stdint.h": "c"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#713fb8",