VST3.7.1 winexport.def

Hello Ivan and Arne,

winexport.def seems to have gone from the SDK. Is that intentional? I don’t see anything in the changelog about that. Should we __declspec(dllexport) instead?

thanks

oli

Yes, we remove the def file on windows in order to have more cross-platform code, we use __declspec(dllexport) instead.