From 72dbc7318c0997be492670ebd6f06c2e11d99d3f Mon Sep 17 00:00:00 2001 From: jyelon Date: Mon, 25 Nov 2024 15:22:04 -0500 Subject: [PATCH] More fixes to TCHAR * --- build-everything.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-everything.py b/build-everything.py index e5557826..203b8c8e 100755 --- a/build-everything.py +++ b/build-everything.py @@ -234,7 +234,7 @@ WORKSPACE["settings"]["files.watcherExclude"] = { # it dereferences "char *" and shows only the first character. Not dereferencing # the pointer shows the whole string. # -WORKSPACE["settings"]["lldb.dereferencePointers"] = false +WORKSPACE["settings"]["lldb.dereferencePointers"] = False # # Write Integration.code-workspace.