mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 15:22:09 +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 "EntityItemID.h"
|
||||
|
||||
// SEVERITY_ERROR is defined as a macro in winerror.h
|
||||
#undef SEVERITY_ERROR
|
||||
|
||||
class ScriptMessage {
|
||||
public:
|
||||
enum class ScriptType {
|
||||
|
|
Loading…
Reference in a new issue