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
9af5e691
Commit
9af5e691
authored
Dec 11, 1999
by
Patrik Stridvall
Committed by
Alexandre Julliard
Dec 11, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
af1601b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
oleaut32.spec
dlls/oleaut32/oleaut32.spec
+1
-1
port.c
misc/port.c
+3
-1
bin2res.c
tools/bin2res.c
+3
-1
No files found.
dlls/oleaut32/oleaut32.spec
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
...
...
misc/port.c
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
*/
...
...
tools/bin2res.c
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
;
...
...
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