Skip to content
Snippets Groups Projects
Commit 759e607c authored by Michael Veksler's avatar Michael Veksler Committed by Alexandre Julliard
Browse files

Added missing windef.h includes.

parent 007f1335
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment