Skip to content

Commit

Permalink
fixup windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Mar 23, 2024
1 parent 9151589 commit feba4f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/F3DStarter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

#define DMON_IMPL
#include "dmon.h"
#ifdef WIN32
// dmon includes Windows.h which defines 'ERROR' and conflicts with log.h
#undef ERROR
#endif

#include "engine.h"
#include "interactor.h"
Expand Down

0 comments on commit feba4f9

Please sign in to comment.