summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-09 14:02:02 -0500
committerpommicket <pommicket@gmail.com>2023-01-09 15:11:31 -0500
commitce158f26b9136b3fc831c6325ad911e3bf403a4b (patch)
tree8c628aaa806d284df88df6305169aa1631fbe425 /main.c
parent2d9c5407fdc923a2e8c1fe39213b09c769a74e2e (diff)
switch from CreateProcessA to CreateProcessW
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 7ee9bfc..8e95cdc 100644
--- a/main.c
+++ b/main.c
@@ -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