Skip to content

Commit

Permalink
Undefine windows macros
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Sep 13, 2023
1 parent 976b15b commit d3c5c03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/editor/system/SystemEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
#include "imgui/imgui.h"

#include "portable-file-dialogs/pfd.h"
// PFD pulls in windows headers sadly
#undef RegisterClass
#undef min
#undef max

#include <chrono>
#include <cstdlib>
Expand Down

0 comments on commit d3c5c03

Please sign in to comment.