diff --git a/LEGO1/mxpalette.h b/LEGO1/mxpalette.h index 1d2e7dfb..f130d2af 100644 --- a/LEGO1/mxpalette.h +++ b/LEGO1/mxpalette.h @@ -4,8 +4,8 @@ class MxPalette { public: - void __cdecl MxPalette::Detach(void); - unsigned char __cdecl MxPalette::operator==(MxPalette *palette); + void __declspec(dllexport) Detach(void); + unsigned char __declspec(dllexport) operator==(MxPalette &palette); }; #endif // MXPALETTE_H