Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jason Beetham
wine
Commits
759e607c
Commit
759e607c
authored
25 years ago
by
Michael Veksler
Committed by
Alexandre Julliard
25 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added missing windef.h includes.
parent
007f1335
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/driver.h
+2
-0
2 additions, 0 deletions
include/driver.h
include/wine/keyboard16.h
+2
-0
2 additions, 0 deletions
include/wine/keyboard16.h
with
4 additions
and
0 deletions
include/driver.h
+
2
−
0
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
...
...
This diff is collapsed.
Click to expand it.
include/wine/keyboard16.h
+
2
−
0
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment