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
9af5e691
Commit
9af5e691
authored
25 years ago
by
Patrik Stridvall
Committed by
Alexandre Julliard
25 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
af1601b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/oleaut32/oleaut32.spec
+1
-1
1 addition, 1 deletion
dlls/oleaut32/oleaut32.spec
misc/port.c
+3
-1
3 additions, 1 deletion
misc/port.c
tools/bin2res.c
+3
-1
3 additions, 1 deletion
tools/bin2res.c
with
7 additions
and
3 deletions
dlls/oleaut32/oleaut32.spec
+
1
−
1
View file @
9af5e691
...
...
@@ -155,7 +155,7 @@ type win32
198 stub VarDecFromDisp
199 stub VarDecFromBool
200 stub GetErrorInfo
201 st
ub
SetErrorInfo
201 st
dcall SetErrorInfo(long ptr)
SetErrorInfo
202 stub CreateErrorInfo
205 stdcall VarI2FromI1(long ptr) VarI2FromI1
206 stdcall VarI2FromUI2(long ptr) VarI2FromUI2
...
...
This diff is collapsed.
Click to expand it.
misc/port.c
+
3
−
1
View file @
9af5e691
...
...
@@ -4,7 +4,7 @@
* Copyright 1996 Alexandre Julliard
*/
#include
"
wine/port
.h"
#include
"
config
.h"
#ifdef __BEOS__
#include
<be/kernel/fs_info.h>
...
...
@@ -33,6 +33,8 @@
# include <pty.h>
#endif
#include
"wine/port.h"
/***********************************************************************
* usleep
*/
...
...
This diff is collapsed.
Click to expand it.
tools/bin2res.c
+
3
−
1
View file @
9af5e691
...
...
@@ -23,7 +23,9 @@
#include
<fcntl.h>
#include
<unistd.h>
#include
<sys/mman.h>
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
#include
"winuser.h"
extern
char
*
g_lpstrFileName
;
...
...
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