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
521604ff
Commit
521604ff
authored
May 14, 2011
by
Igor Paliychuk
Committed by
Alexandre Julliard
May 16, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: _CxxThrowException is stdcall, not cdecl.
parent
91b68432
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
exception.c
dlls/msvcp90/exception.c
+1
-1
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+1
-1
msvcr70.spec
dlls/msvcr70/msvcr70.spec
+1
-1
msvcr71.spec
dlls/msvcr71/msvcr71.spec
+1
-1
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
cppexcept.c
dlls/msvcrt/cppexcept.c
+1
-1
cppexcept.h
dlls/msvcrt/cppexcept.h
+1
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
msvcrt20.spec
dlls/msvcrt20/msvcrt20.spec
+1
-1
msvcrt40.spec
dlls/msvcrt40/msvcrt40.spec
+1
-1
msvcrtd.spec
dlls/msvcrtd/msvcrtd.spec
+1
-1
No files found.
dlls/msvcp90/exception.c
View file @
521604ff
...
...
@@ -58,7 +58,7 @@ typedef struct __cxx_exception_type
const
cxx_type_info_table
*
type_info_table
;
/* list of types for this exception object */
}
cxx_exception_type
;
void
CDECL
_CxxThrowException
(
exception
*
,
const
cxx_exception_type
*
);
void
WINAPI
_CxxThrowException
(
exception
*
,
const
cxx_exception_type
*
);
/* vtables */
...
...
dlls/msvcr100/msvcr100.spec
View file @
521604ff
...
...
@@ -337,7 +337,7 @@
@ cdecl _CRT_RTC_INIT(ptr ptr long long long) msvcr90._CRT_RTC_INIT
@ cdecl _CRT_RTC_INITW(ptr ptr long long long) msvcr90._CRT_RTC_INITW
@ stub _CreateFrameInfo
@
cdec
l _CxxThrowException(long long) msvcrt._CxxThrowException
@
stdcal
l _CxxThrowException(long long) msvcrt._CxxThrowException
@ cdecl -i386 -norelay _EH_prolog() msvcrt._EH_prolog
@ stub _FindAndUnlinkFrame
@ cdecl _Getdays() msvcrt._Getdays
...
...
dlls/msvcr70/msvcr70.spec
View file @
521604ff
...
...
@@ -108,7 +108,7 @@
@ cdecl -arch=i386 _CItan() msvcrt._CItan
@ cdecl -arch=i386 _CItanh() msvcrt._CItanh
@ cdecl _CRT_RTC_INIT(ptr ptr long long long) msvcr90._CRT_RTC_INIT
@
cdec
l _CxxThrowException(long long) msvcrt._CxxThrowException
@
stdcal
l _CxxThrowException(long long) msvcrt._CxxThrowException
@ cdecl -i386 -norelay _EH_prolog() msvcrt._EH_prolog
@ cdecl _Getdays() msvcrt._Getdays
@ cdecl _Getmonths() msvcrt._Getmonths
...
...
dlls/msvcr71/msvcr71.spec
View file @
521604ff
...
...
@@ -102,7 +102,7 @@
@ cdecl -arch=i386 _CItan() msvcrt._CItan
@ cdecl -arch=i386 _CItanh() msvcrt._CItanh
@ cdecl _CRT_RTC_INIT(ptr ptr long long long) msvcr90._CRT_RTC_INIT
@
cdec
l _CxxThrowException(long long) msvcrt._CxxThrowException
@
stdcal
l _CxxThrowException(long long) msvcrt._CxxThrowException
@ cdecl -i386 -norelay _EH_prolog() msvcrt._EH_prolog
@ cdecl _Getdays() msvcrt._Getdays
@ cdecl _Getmonths() msvcrt._Getmonths
...
...
dlls/msvcr80/msvcr80.spec
View file @
521604ff
...
...
@@ -148,7 +148,7 @@
@ cdecl _CRT_RTC_INIT(ptr ptr long long long) msvcr90._CRT_RTC_INIT
@ cdecl _CRT_RTC_INITW(ptr ptr long long long) msvcr90._CRT_RTC_INITW
@ stub _CreateFrameInfo
@
cdec
l _CxxThrowException(long long) msvcrt._CxxThrowException
@
stdcal
l _CxxThrowException(long long) msvcrt._CxxThrowException
@ cdecl -i386 -norelay _EH_prolog() msvcrt._EH_prolog
@ stub _FindAndUnlinkFrame
@ cdecl _Getdays() msvcrt._Getdays
...
...
dlls/msvcr90/msvcr90.spec
View file @
521604ff
...
...
@@ -145,7 +145,7 @@
@ cdecl _CRT_RTC_INIT(ptr ptr long long long)
@ cdecl _CRT_RTC_INITW(ptr ptr long long long)
@ stub _CreateFrameInfo
@
cdec
l _CxxThrowException(long long) msvcrt._CxxThrowException
@
stdcal
l _CxxThrowException(long long) msvcrt._CxxThrowException
@ cdecl -i386 -norelay _EH_prolog() msvcrt._EH_prolog
@ stub _FindAndUnlinkFrame
@ cdecl _Getdays() msvcrt._Getdays
...
...
dlls/msvcrt/cppexcept.c
View file @
521604ff
...
...
@@ -471,7 +471,7 @@ int CDECL __CppXcptFilter(NTSTATUS ex, PEXCEPTION_POINTERS ptr)
/*********************************************************************
* _CxxThrowException (MSVCRT.@)
*/
void
CDECL
_CxxThrowException
(
exception
*
object
,
const
cxx_exception_type
*
type
)
void
WINAPI
_CxxThrowException
(
exception
*
object
,
const
cxx_exception_type
*
type
)
{
ULONG_PTR
args
[
3
];
...
...
dlls/msvcrt/cppexcept.h
View file @
521604ff
...
...
@@ -140,7 +140,7 @@ typedef struct __cxx_exception_type
const
cxx_type_info_table
*
type_info_table
;
/* list of types for this exception object */
}
cxx_exception_type
;
void
CDECL
_CxxThrowException
(
exception
*
,
const
cxx_exception_type
*
);
void
WINAPI
_CxxThrowException
(
exception
*
,
const
cxx_exception_type
*
);
int
CDECL
_XcptFilter
(
NTSTATUS
,
PEXCEPTION_POINTERS
);
int
CDECL
__CppXcptFilter
(
NTSTATUS
,
PEXCEPTION_POINTERS
);
...
...
dlls/msvcrt/msvcrt.spec
View file @
521604ff
...
...
@@ -137,7 +137,7 @@
# stub _CrtSetReportHook
# stub _CrtSetReportHook2
# stub _CrtSetReportMode
@
cdec
l _CxxThrowException(long long)
@
stdcal
l _CxxThrowException(long long)
@ cdecl -i386 -norelay _EH_prolog()
@ cdecl _Getdays()
@ cdecl _Getmonths()
...
...
dlls/msvcrt20/msvcrt20.spec
View file @
521604ff
...
...
@@ -790,7 +790,7 @@
@ cdecl -arch=i386 _CIsqrt() msvcrt._CIsqrt
@ cdecl -arch=i386 _CItan() msvcrt._CItan
@ cdecl -arch=i386 _CItanh() msvcrt._CItanh
@
cdec
l _CxxThrowException(long long) msvcrt._CxxThrowException
@
stdcal
l _CxxThrowException(long long) msvcrt._CxxThrowException
@ extern _HUGE msvcrt._HUGE
@ cdecl _XcptFilter(long ptr) msvcrt._XcptFilter
@ cdecl -i386 -norelay __CxxFrameHandler(ptr ptr ptr ptr) msvcrt.__CxxFrameHandler
...
...
dlls/msvcrt40/msvcrt40.spec
View file @
521604ff
...
...
@@ -864,7 +864,7 @@
@ cdecl -arch=i386 _CIsqrt() msvcrt._CIsqrt
@ cdecl -arch=i386 _CItan() msvcrt._CItan
@ cdecl -arch=i386 _CItanh() msvcrt._CItanh
@
cdec
l _CxxThrowException(long long) msvcrt._CxxThrowException
@
stdcal
l _CxxThrowException(long long) msvcrt._CxxThrowException
@ cdecl -i386 -norelay _EH_prolog() msvcrt._EH_prolog
@ extern _HUGE msvcrt._HUGE
@ cdecl _XcptFilter(long ptr) msvcrt._XcptFilter
...
...
dlls/msvcrtd/msvcrtd.spec
View file @
521604ff
...
...
@@ -116,7 +116,7 @@
@ stub _CrtSetReportFile
@ cdecl _CrtSetReportHook(ptr)
@ cdecl _CrtSetReportMode(long long)
@
cdec
l _CxxThrowException(long long) msvcrt._CxxThrowException
@
stdcal
l _CxxThrowException(long long) msvcrt._CxxThrowException
@ cdecl -i386 -norelay _EH_prolog() msvcrt._EH_prolog
@ cdecl _Getdays() msvcrt._Getdays
@ cdecl _Getmonths() msvcrt._Getmonths
...
...
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