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
0edfb58d
Commit
0edfb58d
authored
Apr 10, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Apr 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Remove superfluous semicolons.
parent
d85121f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
cpp.c
dlls/msvcrt/cpp.c
+6
-6
No files found.
dlls/msvcrt/cpp.c
View file @
0edfb58d
...
...
@@ -637,17 +637,17 @@ void * __stdcall MSVCRT_type_info_vector_dtor(type_info * _this, unsigned int fl
funcs "\n\t.text");
#define __ASM_EXCEPTION_VTABLE(name) \
__ASM_VTABLE(name, "\t.long " THISCALL_NAME(MSVCRT_what_exception) )
;
__ASM_VTABLE(name, "\t.long " THISCALL_NAME(MSVCRT_what_exception) )
#ifndef __GNUC__
void
__asm_dummy_vtables
(
void
)
{
#endif
__ASM_VTABLE
(
type_info
,
""
)
;
__ASM_EXCEPTION_VTABLE
(
exception
)
;
__ASM_EXCEPTION_VTABLE
(
bad_typeid
)
;
__ASM_EXCEPTION_VTABLE
(
bad_cast
)
;
__ASM_EXCEPTION_VTABLE
(
__non_rtti_object
)
;
__ASM_VTABLE
(
type_info
,
""
)
__ASM_EXCEPTION_VTABLE
(
exception
)
__ASM_EXCEPTION_VTABLE
(
bad_typeid
)
__ASM_EXCEPTION_VTABLE
(
bad_cast
)
__ASM_EXCEPTION_VTABLE
(
__non_rtti_object
)
#ifndef __GNUC__
}
...
...
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