Skip to content

Commit

Permalink
Merge pull request #827 from AnotherFoxGuy/fix-win
Browse files Browse the repository at this point in the history
🐛 Fixed build on Windows
  • Loading branch information
daleglass committed Feb 24, 2024
2 parents 2560f2a + 7cf0795 commit 5f45530
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/script-engine/src/ScriptMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#include <QJsonObject>
#include "EntityItemID.h"

// SEVERITY_ERROR is defined as a macro in winerror.h
#undef SEVERITY_ERROR

class ScriptMessage {
public:
enum class ScriptType {
Expand Down

0 comments on commit 5f45530

Please sign in to comment.