mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 15:51:16 +00:00
NotificationId is an enum, and does not need __declspec(dllexport)
This commit is contained in:
parent
8068a1afcc
commit
cf47af8cc3
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "mxpresenter.h"
|
#include "mxpresenter.h"
|
||||||
|
|
||||||
__declspec(dllexport) enum NotificationId
|
enum NotificationId
|
||||||
{
|
{
|
||||||
NONE = 0,
|
NONE = 0,
|
||||||
KEYDOWN = 7,
|
KEYDOWN = 7,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user