Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
759e607c
Commit
759e607c
authored
Apr 15, 1999
by
Michael Veksler
Committed by
Alexandre Julliard
Apr 15, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing windef.h includes.
parent
007f1335
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
driver.h
include/driver.h
+2
-0
keyboard16.h
include/wine/keyboard16.h
+2
-0
No files found.
include/driver.h
View file @
759e607c
...
...
@@ -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
...
...
include/wine/keyboard16.h
View file @
759e607c
#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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment