From 4a20cf6c461aff00911c1e7ea002eefd05374bae Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Mon, 23 Dec 2024 22:20:00 +0100 Subject: [PATCH] Undo mxvideoparam.h change --- 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();