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
99db789e
Commit
99db789e
authored
Mar 01, 2012
by
Nicolas Le Cam
Committed by
Alexandre Julliard
Mar 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90/tests: Don't redefine __thiscall.
parent
1f6f84c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
misc.c
dlls/msvcp90/tests/misc.c
+1
-0
string.c
dlls/msvcp90/tests/string.c
+1
-0
No files found.
dlls/msvcp90/tests/misc.c
View file @
99db789e
...
...
@@ -60,6 +60,7 @@ static char* (__cdecl *p_Copy_s)(char*, size_t, const char*, size_t);
static
unsigned
short
(
__cdecl
*
p_wctype
)(
const
char
*
);
static
MSVCP__Ctypevec
(
__cdecl
*
p__Getctype
)(
void
);
#undef __thiscall
#ifdef __i386__
#define __thiscall __stdcall
#else
...
...
dlls/msvcp90/tests/string.c
View file @
99db789e
...
...
@@ -52,6 +52,7 @@ static void* (__cdecl *p_set_invalid_parameter_handler)(void*);
static
basic_string_char
*
(
__cdecl
*
p_basic_string_char_concatenate
)(
basic_string_char
*
,
const
basic_string_char
*
,
const
basic_string_char
*
);
static
basic_string_char
*
(
__cdecl
*
p_basic_string_char_concatenate_cstr
)(
basic_string_char
*
,
const
basic_string_char
*
,
const
char
*
);
#undef __thiscall
#ifdef __i386__
#define __thiscall __stdcall
#else
...
...
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