From cf47af8cc31a96f64034915e8b8c7ec6ae37c620 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 30 Jun 2023 08:18:31 +0200 Subject: [PATCH] NotificationId is an enum, and does not need __declspec(dllexport) --- LEGO1/legoinputmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/legoinputmanager.h b/LEGO1/legoinputmanager.h index 1f0a5e07..c629134e 100644 --- a/LEGO1/legoinputmanager.h +++ b/LEGO1/legoinputmanager.h @@ -3,7 +3,7 @@ #include "mxpresenter.h" -__declspec(dllexport) enum NotificationId +enum NotificationId { NONE = 0, KEYDOWN = 7,