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 Oct 17, 2024
1 parent 575f1a2 commit c5f621b
Show file tree
Hide file tree
Showing 3 changed files with 1,017 additions and 380 deletions.
2 changes: 1 addition & 1 deletion src/os-features.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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 c5f621b

Please sign in to comment.