Skip to content

Commit

Permalink
remove old invalidfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDizzy committed Feb 17, 2025
1 parent 4f80d55 commit 37ed3ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wpiutil/src/main/native/cpp/fs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#define _WIN32_WINNT 0x0601
#define _WIN32_IE 0x0800 // MinGW at it again. FIXME: verify if still needed.
#define WIN32_LEAN_AND_MEAN
#define kInvalidFile reinterpret_cast<void*>(-1)
#ifndef NOMINMAX
#define NOMINMAX
#endif
Expand Down

0 comments on commit 37ed3ab

Please # to comment.