mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:12:32 +02:00
Merge pull request #827 from AnotherFoxGuy/fix-win
🐛 Fixed build on Windows
This commit is contained in:
commit
5f455303f2
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
||||||
#include <QJsonObject>
|
#include <QJsonObject>
|
||||||
#include "EntityItemID.h"
|
#include "EntityItemID.h"
|
||||||
|
|
||||||
|
// SEVERITY_ERROR is defined as a macro in winerror.h
|
||||||
|
#undef SEVERITY_ERROR
|
||||||
|
|
||||||
class ScriptMessage {
|
class ScriptMessage {
|
||||||
public:
|
public:
|
||||||
enum class ScriptType {
|
enum class ScriptType {
|
||||||
|
|
Loading…
Reference in a new issue