Added missing windef.h includes.
This commit is contained in:
parent
007f1335c1
commit
759e607ce4
|
@ -5,6 +5,8 @@
|
||||||
#ifndef __WINE_DRIVER_H
|
#ifndef __WINE_DRIVER_H
|
||||||
#define __WINE_DRIVER_H
|
#define __WINE_DRIVER_H
|
||||||
|
|
||||||
|
#include "windef.h"
|
||||||
|
|
||||||
#define DRV_LOAD 0x0001
|
#define DRV_LOAD 0x0001
|
||||||
#define DRV_ENABLE 0x0002
|
#define DRV_ENABLE 0x0002
|
||||||
#define DRV_OPEN 0x0003
|
#define DRV_OPEN 0x0003
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef _KEYBOARD16_H
|
#ifndef _KEYBOARD16_H
|
||||||
#define _KEYBOARD16_H
|
#define _KEYBOARD16_H
|
||||||
|
|
||||||
|
#include "windef.h"
|
||||||
|
|
||||||
INT16 WINAPI ToAscii16(UINT16,UINT16,LPBYTE,LPVOID,UINT16);
|
INT16 WINAPI ToAscii16(UINT16,UINT16,LPBYTE,LPVOID,UINT16);
|
||||||
WORD WINAPI VkKeyScan16(CHAR);
|
WORD WINAPI VkKeyScan16(CHAR);
|
||||||
INT16 WINAPI AnsiToOem16(LPCSTR,LPSTR);
|
INT16 WINAPI AnsiToOem16(LPCSTR,LPSTR);
|
||||||
|
|
Loading…
Reference in New Issue