summaryrefslogtreecommitdiff
path: root/os-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'os-win.c')
-rw-r--r--os-win.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/os-win.c b/os-win.c
index 043d54f..7d335c7 100644
--- a/os-win.c
+++ b/os-win.c
@@ -411,3 +411,8 @@ int process_check_status(Process **pprocess, ProcessExitInfo *info) {
return -1;
}
}
+
+
+bool open_with_default_application(const char *path) {
+ todo
+}