diff options
author | pommicket <pommicket@gmail.com> | 2023-01-09 14:02:02 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-09 15:11:31 -0500 |
commit | ce158f26b9136b3fc831c6325ad911e3bf403a4b (patch) | |
tree | 8c628aaa806d284df88df6305169aa1631fbe425 /main.c | |
parent | 2d9c5407fdc923a2e8c1fe39213b09c769a74e2e (diff) |
switch from CreateProcessA to CreateProcessW
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ /* @TODO: -- switch to CreateProcessW -- why are all requests failing? +- why are all requests failing on windows? - are we freeing process if process_run(_ex) fails? - test time_last_modified (windows) - some way of opening + closing all C files in directory for clangd |