Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 1 Guest are viewing this topic.
#define REAPER_PLUGIN_DLL_EXPORT __declspec(dllexport)#define REAPER_PLUGIN_HINSTANCE HINSTANCE#define REAPER_PLUGIN_DLL_EXPORT __attribute__((visibility("default")))#define REAPER_PLUGIN_HINSTANCE void *#define REAPER_PLUGIN_ENTRYPOINT ReaperPluginEntry#define REAPER_PLUGIN_ENTRYPOINT_NAME "ReaperPluginEntry"