Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
49bcb932
Commit
49bcb932
authored
Feb 25, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Feb 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
0d5a8155
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
oleaut32.spec
dlls/oleaut32/oleaut32.spec
+5
-5
context_i386.c
server/context_i386.c
+3
-1
No files found.
dlls/oleaut32/oleaut32.spec
View file @
49bcb932
...
...
@@ -280,11 +280,11 @@ type win32
412 stdcall SafeArrayCopyData(ptr ptr) SafeArrayCopyData
413 stub VectorFromBstr
414 stub BstrFromVector
415 st
ub
OleIconToCursor
416 st
ub
OleCreatePropertyFrameIndirect
417 st
ub
OleCreatePropertyFrame
418 st
ub
OleLoadPicture
419 st
ub
OleCreatePictureIndirect
415 st
dcall OleIconToCursor(long long)
OleIconToCursor
416 st
dcall OleCreatePropertyFrameIndirect(ptr)
OleCreatePropertyFrameIndirect
417 st
dcall OleCreatePropertyFrame(ptr long long ptr long ptr long ptr ptr long ptr)
OleCreatePropertyFrame
418 st
dcall OleLoadPicture(ptr long long ptr ptr)
OleLoadPicture
419 st
dcall OleCreatePictureIndirect(ptr ptr long ptr)
OleCreatePictureIndirect
420 stdcall OleCreateFontIndirect(ptr ptr ptr) OleCreateFontIndirect
421 stdcall OleTranslateColor(long long long) OleTranslateColor
422 stub OleLoadPictureFile
...
...
server/context_i386.c
View file @
49bcb932
...
...
@@ -15,7 +15,9 @@
#endif
#include <unistd.h>
#include <sys/ptrace.h>
#include <sys/param.h>
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif
#include <sys/user.h>
#include "winbase.h"
...
...
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