diff options
Diffstat (limited to 'os-win.c')
-rw-r--r-- | os-win.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -411,3 +411,8 @@ int process_check_status(Process **pprocess, ProcessExitInfo *info) { return -1; } } + + +bool open_with_default_application(const char *path) { + todo +} |