From 6e7ab19bedb3aea3265115c0aeb1455a12864844 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Mon, 23 Dec 2024 22:32:52 +0100 Subject: [PATCH] Reapply "Undo mxvideoparam.h change" This reverts commit b3a09dc520294dba7cfbe9e94cfea8d8270d9f27. --- LEGO1/omni/include/mxvideoparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/omni/include/mxvideoparam.h b/LEGO1/omni/include/mxvideoparam.h index 475889c9..e85ead69 100644 --- a/LEGO1/omni/include/mxvideoparam.h +++ b/LEGO1/omni/include/mxvideoparam.h @@ -14,7 +14,7 @@ class MxPalette; class MxVideoParam { public: MxVideoParam(); - DLL_EXPORT_SYMBOL + __declspec(dllexport) MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags); MxVideoParam(MxVideoParam& p_videoParam); ~MxVideoParam();