diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-26 22:43:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-26 23:03:43 +0200 |
| commit | ecdb9f5262986867c74ae4f0eca17a6c5244ab33 (patch) | |
| tree | caad078b8211552c0b31e9b301827df96c6e7fba | |
| parent | 8477ed42380e7a338dae287e5c74815d34337d04 (diff) | |
try to improve undef-ing of ERROR.tidy-eq-options
| -rw-r--r-- | src/lib/cross.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index 4be121d2b..4281700a7 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -29,6 +29,8 @@ #include <IOKit/pwr_mgt/IOPMLib.h> #endif #include <boost/filesystem.hpp> +/* windows.h defines this but we want to use it */ +#undef ERROR #include <boost/thread/mutex.hpp> #include <boost/optional.hpp> |
