Commit 759e607c authored by Michael Veksler's avatar Michael Veksler Committed by Alexandre Julliard

Added missing windef.h includes.

parent 007f1335
......@@ -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
......
#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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment