diff options
author | pommicket <pommicket@gmail.com> | 2023-08-04 21:39:13 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-04 21:42:53 -0400 |
commit | 49ab483be3e7af88a3932a43f222aa42cacd3515 (patch) | |
tree | 9ad0157a22ed6cd9c54458b6c75ffa7eaa2253e7 /os-win.c | |
parent | ce199f9384f9f9376417110574a07cfd731e3a79 (diff) |
document links seem to be working
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 +} |