Skip to content

Commit 68454b7

Browse files
committed
fix build
1 parent dff72a1 commit 68454b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

krnl386/dosexe.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
#include "winnt.h" /* for PCONTEXT */
3333
#include "wincon.h" /* for MOUSE_EVENT_RECORD */
3434

35+
#ifndef DECLSPEC_HIDDEN
36+
#define DECLSPEC_HIDDEN
37+
#endif
38+
3539
#define MAX_DOS_DRIVES 26
3640

3741
struct _DOSEVENT;

0 commit comments

Comments
 (0)