Skip to content

Commit

Permalink
refactor(dwarfs_main): use windows.h directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Aug 12, 2024
1 parent 39dedb1 commit 6e3c104
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/src/dwarfs_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
#endif

#ifdef _WIN32
#include <folly/portability/Windows.h>

#include <windows.h>
#include <delayimp.h>

#include <fuse3/winfsp_fuse.h>
Expand Down

0 comments on commit 6e3c104

Please sign in to comment.