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
21548cf0
Commit
21548cf0
authored
Oct 14, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling of 'hierarchy'.
parent
bed3842c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
cpp.c
dlls/msvcrt/cpp.c
+14
-14
No files found.
dlls/msvcrt/cpp.c
View file @
21548cf0
...
...
@@ -72,13 +72,13 @@ typedef struct _rtti_base_array
const
rtti_base_descriptor
*
bases
[
3
];
/* First element is the class itself */
}
rtti_base_array
;
typedef
struct
_rtti_object_hierachy
typedef
struct
_rtti_object_hiera
r
chy
{
int
unknown1
;
int
unknown2
;
int
array_len
;
/* Size of the array pointed to by 'base_classes' */
const
rtti_base_array
*
base_classes
;
}
rtti_object_hierachy
;
}
rtti_object_hiera
r
chy
;
typedef
struct
_rtti_object_locator
{
...
...
@@ -86,7 +86,7 @@ typedef struct _rtti_object_locator
int
base_class_offset
;
unsigned
int
flags
;
type_info
*
type_descriptor
;
const
rtti_object_hiera
chy
*
type_hiera
chy
;
const
rtti_object_hiera
rchy
*
type_hierar
chy
;
}
rtti_object_locator
;
...
...
@@ -656,7 +656,7 @@ static const rtti_base_array exception_rtti_base_array =
}
};
static
const
rtti_object_hiera
chy
exception_type_hiera
chy
=
static
const
rtti_object_hiera
rchy
exception_type_hierar
chy
=
{
0
,
0
,
...
...
@@ -670,7 +670,7 @@ static const rtti_object_locator exception_rtti =
0
,
0
,
&
exception_type_info
,
&
exception_type_hierachy
&
exception_type_hiera
r
chy
};
static
const
cxx_type_info
exception_cxx_type_info
=
...
...
@@ -710,7 +710,7 @@ static const rtti_base_array bad_typeid_rtti_base_array =
}
};
static
const
rtti_object_hiera
chy
bad_typeid_type_hiera
chy
=
static
const
rtti_object_hiera
rchy
bad_typeid_type_hierar
chy
=
{
0
,
0
,
...
...
@@ -724,7 +724,7 @@ static const rtti_object_locator bad_typeid_rtti =
0
,
0
,
&
bad_typeid_type_info
,
&
bad_typeid_type_hierachy
&
bad_typeid_type_hiera
r
chy
};
static
const
cxx_type_info
bad_typeid_cxx_type_info
=
...
...
@@ -764,7 +764,7 @@ static const rtti_base_array bad_cast_rtti_base_array =
}
};
static
const
rtti_object_hiera
chy
bad_cast_type_hiera
chy
=
static
const
rtti_object_hiera
rchy
bad_cast_type_hierar
chy
=
{
0
,
0
,
...
...
@@ -778,7 +778,7 @@ static const rtti_object_locator bad_cast_rtti =
0
,
0
,
&
bad_cast_type_info
,
&
bad_cast_type_hierachy
&
bad_cast_type_hiera
r
chy
};
static
const
cxx_type_info
bad_cast_cxx_type_info
=
...
...
@@ -818,7 +818,7 @@ static const rtti_base_array __non_rtti_object_rtti_base_array =
}
};
static
const
rtti_object_hiera
chy
__non_rtti_object_type_hiera
chy
=
static
const
rtti_object_hiera
rchy
__non_rtti_object_type_hierar
chy
=
{
0
,
0
,
...
...
@@ -832,7 +832,7 @@ static const rtti_object_locator __non_rtti_object_rtti =
0
,
0
,
&
__non_rtti_object_type_info
,
&
__non_rtti_object_type_hierachy
&
__non_rtti_object_type_hiera
r
chy
};
static
const
cxx_type_info
__non_rtti_object_cxx_type_info
=
...
...
@@ -872,7 +872,7 @@ static const rtti_base_array type_info_rtti_base_array =
}
};
static
const
rtti_object_hiera
chy
type_info_type_hiera
chy
=
static
const
rtti_object_hiera
rchy
type_info_type_hierar
chy
=
{
0
,
0
,
...
...
@@ -886,7 +886,7 @@ static const rtti_object_locator type_info_rtti =
0
,
0
,
&
type_info_type_info
,
&
type_info_type_hierachy
&
type_info_type_hiera
r
chy
};
/*
...
...
@@ -1166,7 +1166,7 @@ void* MSVCRT___RTDynamicCast(type_info *cppobj, int unknown,
if
(
obj_locator
)
{
int
count
=
0
;
const
rtti_object_hiera
chy
*
obj_bases
=
obj_locator
->
type_hiera
chy
;
const
rtti_object_hiera
rchy
*
obj_bases
=
obj_locator
->
type_hierar
chy
;
const
rtti_base_descriptor
**
base_desc
=
obj_bases
->
base_classes
->
bases
;
int
src_offset
=
obj_locator
->
base_class_offset
,
dst_offset
=
-
1
;
...
...
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