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 Dec 10, 2024
1 parent 62fea47 commit 6eab97f
Show file tree
Hide file tree
Showing 3 changed files with 1,021 additions and 384 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 6eab97f

Please sign in to comment.