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
f3c15419
Commit
f3c15419
authored
Mar 20, 2013
by
Austin English
Committed by
Alexandre Julliard
Mar 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90/tests: Remove thiscall_thunk_retptr struct definitions.
parent
45a19b0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
ios.c
dlls/msvcp90/tests/ios.c
+0
-2
misc.c
dlls/msvcp90/tests/misc.c
+0
-1
No files found.
dlls/msvcp90/tests/ios.c
View file @
f3c15419
...
...
@@ -544,8 +544,6 @@ static void * (WINAPI *call_thiscall_func5)( void *func, void *this, const void
static
void
*
(
WINAPI
*
call_thiscall_func2_ptr_dbl
)(
void
*
func
,
void
*
this
,
double
a
);
static
void
*
(
WINAPI
*
call_thiscall_func2_ptr_fpos
)(
void
*
func
,
void
*
this
,
fpos_int
a
);
struct
thiscall_thunk_retptr
*
thunk_retptr
;
static
void
init_thiscall_thunk
(
void
)
{
struct
thiscall_thunk
*
thunk
=
VirtualAlloc
(
NULL
,
sizeof
(
*
thunk
),
...
...
dlls/msvcp90/tests/misc.c
View file @
f3c15419
...
...
@@ -149,7 +149,6 @@ static void * (WINAPI *call_thiscall_func2)( void *func, void *this, const void
static
void
*
(
WINAPI
*
call_thiscall_func3
)(
void
*
func
,
void
*
this
,
const
void
*
a
,
const
void
*
b
);
static
void
*
(
WINAPI
*
call_thiscall_func5
)(
void
*
func
,
void
*
this
,
const
void
*
a
,
const
void
*
b
,
const
void
*
c
,
const
void
*
d
);
struct
thiscall_thunk_retptr
*
thunk_retptr
;
static
void
init_thiscall_thunk
(
void
)
{
...
...
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