I'm trying to run my c code in VSCode and this error appeared:
error: 'CreateProcessWithTokenW' was not declared in this scope; did you mean 'CreateProcessWithLogonW'?
Does anyone has an idea what I can do? I don't want to use the CreateProcessWithLogonW function.