From b3a09dc520294dba7cfbe9e94cfea8d8270d9f27 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Mon, 23 Dec 2024 22:20:31 +0100 Subject: [PATCH] Revert "Undo mxvideoparam.h change" This reverts commit 4a20cf6c461aff00911c1e7ea002eefd05374bae. --- 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 e85ead69..475889c9 100644 --- a/LEGO1/omni/include/mxvideoparam.h +++ b/LEGO1/omni/include/mxvideoparam.h @@ -14,7 +14,7 @@ class MxPalette; class MxVideoParam { public: MxVideoParam(); - __declspec(dllexport) + DLL_EXPORT_SYMBOL MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags); MxVideoParam(MxVideoParam& p_videoParam); ~MxVideoParam();