NotificationId is an enum, and does not need __declspec(dllexport)

This commit is contained in:
Anonymous Maarten 2023-06-30 08:18:31 +02:00
parent 8068a1afcc
commit cf47af8cc3

View File

@ -3,7 +3,7 @@
#include "mxpresenter.h"
__declspec(dllexport) enum NotificationId
enum NotificationId
{
NONE = 0,
KEYDOWN = 7,