Reapply "Undo mxvideoparam.h change"

This reverts commit b3a09dc520.
This commit is contained in:
Anonymous Maarten 2024-12-23 22:32:52 +01:00
parent 4bcec5c6fa
commit 6e7ab19bed

View File

@ -14,7 +14,7 @@ class MxPalette;
class MxVideoParam { class MxVideoParam {
public: public:
MxVideoParam(); MxVideoParam();
DLL_EXPORT_SYMBOL __declspec(dllexport)
MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags); MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags);
MxVideoParam(MxVideoParam& p_videoParam); MxVideoParam(MxVideoParam& p_videoParam);
~MxVideoParam(); ~MxVideoParam();