From 6d14010de772fc1356a3b547e75b800af8278421 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 5 May 2021 20:37:53 +1000 Subject: [PATCH] undef MessageBox --- app/common/qtutils.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/common/qtutils.h b/app/common/qtutils.h index e50f35f07..b4c511167 100644 --- a/app/common/qtutils.h +++ b/app/common/qtutils.h @@ -33,6 +33,10 @@ #include "common/define.h" +#ifdef MessageBox +#undef MessageBox +#endif + namespace olive { class QtUtils {