From 759e607ce4f443691e8c41895bad7de232b7204e Mon Sep 17 00:00:00 2001
From: Michael Veksler <mveksler@techunix.technion.ac.il>
Date: Thu, 15 Apr 1999 16:41:04 +0000
Subject: [PATCH] Added missing windef.h includes.

---
 include/driver.h          | 2 ++
 include/wine/keyboard16.h | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/include/driver.h b/include/driver.h
index e4ff23489d6..767a975a194 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -5,6 +5,8 @@
 #ifndef __WINE_DRIVER_H
 #define __WINE_DRIVER_H
 
+#include "windef.h"
+
 #define DRV_LOAD                0x0001
 #define DRV_ENABLE              0x0002
 #define DRV_OPEN                0x0003
diff --git a/include/wine/keyboard16.h b/include/wine/keyboard16.h
index 0cce1fc51d7..82e2c413252 100644
--- a/include/wine/keyboard16.h
+++ b/include/wine/keyboard16.h
@@ -1,6 +1,8 @@
 #ifndef _KEYBOARD16_H
 #define _KEYBOARD16_H
 
+#include "windef.h"
+
 INT16       WINAPI ToAscii16(UINT16,UINT16,LPBYTE,LPVOID,UINT16);
 WORD        WINAPI VkKeyScan16(CHAR);
 INT16       WINAPI AnsiToOem16(LPCSTR,LPSTR);
-- 
GitLab