Skip to content

Commit

Permalink
Use lowercased windows.h for cross-platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Nov 17, 2024
1 parent e79f65c commit d8a309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/io_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
#endif

#ifdef _WIN32
# include <Windows.h>
# include <windows.h>
#else
# include <dlfcn.h>
#endif
Expand Down

0 comments on commit d8a309c

Please sign in to comment.