Skip to content

Commit

Permalink
feat: add Windows support for VirtIO 9PFS
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Aug 10, 2024
1 parent 588d6ca commit 1c3d859
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/os-features.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define HAVE_SELECT
#endif

#if !defined(NO_POSIX_FILE) && !defined(__wasi__) && !defined(_WIN32)
#if !defined(NO_POSIX_FILE) && !defined(__wasi__)
#define HAVE_POSIX_FS
#endif

Expand Down
Loading

0 comments on commit 1c3d859

Please sign in to comment.