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
a5f62b3e
Commit
a5f62b3e
authored
Jun 26, 2023
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_unicode: Don't use DECLSPEC_HIDDEN.
parent
cd56a1c1
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
19 additions
and
19 deletions
+19
-19
bracket.c
dlls/dwrite/bracket.c
+1
-1
direction.c
dlls/dwrite/direction.c
+1
-1
linebreak.c
dlls/dwrite/linebreak.c
+1
-1
mirror.c
dlls/dwrite/mirror.c
+1
-1
scripts.c
dlls/dwrite/scripts.c
+1
-1
arabic_table.c
dlls/dwrite/shapers/arabic_table.c
+1
-1
bracket.c
dlls/gdi32/uniscribe/bracket.c
+1
-1
direction.c
dlls/gdi32/uniscribe/direction.c
+1
-1
indicsyllable.c
dlls/gdi32/uniscribe/indicsyllable.c
+1
-1
linebreak.c
dlls/gdi32/uniscribe/linebreak.c
+1
-1
mirror.c
dlls/gdi32/uniscribe/mirror.c
+1
-1
shaping.c
dlls/gdi32/uniscribe/shaping.c
+2
-2
vertical.c
dlls/win32u/vertical.c
+1
-1
direction.c
dlls/wineps.drv/direction.c
+1
-1
vertical.c
dlls/wineps.drv/vertical.c
+1
-1
make_unicode
tools/make_unicode
+3
-3
No files found.
dlls/dwrite/bracket.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
bidi_bracket_table
[
572
]
=
const
unsigned
short
bidi_bracket_table
[
572
]
=
{
/* level 1 offsets */
0x0100
,
0x0108
,
0x0108
,
0x0108
,
0x0108
,
0x0108
,
0x0108
,
0x0108
,
...
...
dlls/dwrite/direction.c
View file @
a5f62b3e
...
...
@@ -3,7 +3,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
bidi_direction_table
[
5631
]
=
const
unsigned
short
bidi_direction_table
[
5631
]
=
{
/* level 1 offsets */
0x0110
,
0x0120
,
0x0130
,
0x0140
,
0x0144
,
0x0152
,
0x0152
,
0x0152
,
...
...
dlls/dwrite/linebreak.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
wine_linebreak_table
[
9976
]
=
const
unsigned
short
wine_linebreak_table
[
9976
]
=
{
/* level 1 offsets */
0x0110
,
0x0120
,
0x0130
,
0x0140
,
0x0143
,
0x0151
,
0x0151
,
0x0151
,
...
...
dlls/dwrite/mirror.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
wine_mirror_map
[
1428
]
=
const
unsigned
short
wine_mirror_map
[
1428
]
=
{
/* level 1 offsets */
0x0100
,
0x010c
,
0x010c
,
0x010c
,
0x010c
,
0x010c
,
0x010c
,
0x010c
,
...
...
dlls/dwrite/scripts.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
wine_scripts_table
[
10323
]
=
const
unsigned
short
wine_scripts_table
[
10323
]
=
{
/* level 1 offsets */
0x0110
,
0x0120
,
0x0130
,
0x0140
,
0x0144
,
0x0152
,
0x0152
,
0x0152
,
...
...
dlls/dwrite/shapers/arabic_table.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
arabic_shaping_table
[
3547
]
=
const
unsigned
short
arabic_shaping_table
[
3547
]
=
{
/* level 1 offsets */
0x0110
,
0x0120
,
0x0130
,
0x0140
,
0x0141
,
0x0141
,
0x0141
,
0x0141
,
...
...
dlls/gdi32/uniscribe/bracket.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
bidi_bracket_table
[
572
]
=
const
unsigned
short
bidi_bracket_table
[
572
]
=
{
/* level 1 offsets */
0x0100
,
0x0108
,
0x0108
,
0x0108
,
0x0108
,
0x0108
,
0x0108
,
0x0108
,
...
...
dlls/gdi32/uniscribe/direction.c
View file @
a5f62b3e
...
...
@@ -3,7 +3,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
bidi_direction_table
[
5631
]
=
const
unsigned
short
bidi_direction_table
[
5631
]
=
{
/* level 1 offsets */
0x0110
,
0x0120
,
0x0130
,
0x0140
,
0x0144
,
0x0152
,
0x0152
,
0x0152
,
...
...
dlls/gdi32/uniscribe/indicsyllable.c
View file @
a5f62b3e
...
...
@@ -5,7 +5,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
indic_syllabic_table
[
3033
]
=
const
unsigned
short
indic_syllabic_table
[
3033
]
=
{
/* level 1 offsets */
0x0100
,
0x010e
,
0x010e
,
0x010e
,
0x010e
,
0x010e
,
0x010e
,
0x010e
,
...
...
dlls/gdi32/uniscribe/linebreak.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
wine_linebreak_table
[
9976
]
=
const
unsigned
short
wine_linebreak_table
[
9976
]
=
{
/* level 1 offsets */
0x0110
,
0x0120
,
0x0130
,
0x0140
,
0x0143
,
0x0151
,
0x0151
,
0x0151
,
...
...
dlls/gdi32/uniscribe/mirror.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
wine_mirror_map
[
1428
]
=
const
unsigned
short
wine_mirror_map
[
1428
]
=
{
/* level 1 offsets */
0x0100
,
0x010c
,
0x010c
,
0x010c
,
0x010c
,
0x010c
,
0x010c
,
0x010c
,
...
...
dlls/gdi32/uniscribe/shaping.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
wine_shaping_table
[
2114
]
=
const
unsigned
short
wine_shaping_table
[
2114
]
=
{
/* level 1 offsets */
0x0100
,
0x010b
,
0x010b
,
0x011b
,
0x0123
,
0x012c
,
0x013b
,
0x014b
,
...
...
@@ -276,7 +276,7 @@ const unsigned short DECLSPEC_HIDDEN wine_shaping_table[2114] =
0x0006
,
0x0000
,
0x0000
,
0x0000
,
0x0000
};
const
unsigned
short
DECLSPEC_HIDDEN
wine_shaping_forms
[
256
][
4
]
=
const
unsigned
short
wine_shaping_forms
[
256
][
4
]
=
{
{
0x0600
,
0x0600
,
0x0600
,
0x0600
},
{
0x0601
,
0x0601
,
0x0601
,
0x0601
},
...
...
dlls/win32u/vertical.c
View file @
a5f62b3e
...
...
@@ -8,7 +8,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
vertical_orientation_table
[
1248
]
=
const
unsigned
short
vertical_orientation_table
[
1248
]
=
{
/* level 1 offsets */
0x0100
,
0x0110
,
0x0112
,
0x0110
,
0x0110
,
0x0110
,
0x0110
,
0x0110
,
...
...
dlls/wineps.drv/direction.c
View file @
a5f62b3e
...
...
@@ -3,7 +3,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
bidi_direction_table
[
5631
]
=
const
unsigned
short
bidi_direction_table
[
5631
]
=
{
/* level 1 offsets */
0x0110
,
0x0120
,
0x0130
,
0x0140
,
0x0144
,
0x0152
,
0x0152
,
0x0152
,
...
...
dlls/wineps.drv/vertical.c
View file @
a5f62b3e
...
...
@@ -4,7 +4,7 @@
#include "windef.h"
const
unsigned
short
DECLSPEC_HIDDEN
vertical_orientation_table
[
1248
]
=
const
unsigned
short
vertical_orientation_table
[
1248
]
=
{
/* level 1 offsets */
0x0100
,
0x0110
,
0x0112
,
0x0110
,
0x0110
,
0x0110
,
0x0110
,
0x0110
,
...
...
tools/make_unicode
View file @
a5f62b3e
...
...
@@ -3115,7 +3115,7 @@ sub dump_shaping($)
dump_two_level_mapping
(
"wine_shaping_table"
,
0
,
16
,
@joining_table
);
print
OUTPUT
"\nconst unsigned short
DECLSPEC_HIDDEN
wine_shaping_forms[256][4] =\n{\n"
;
print
OUTPUT
"\nconst unsigned short wine_shaping_forms[256][4] =\n{\n"
;
for
(
my
$i
=
0x600
;
$i
<=
0x6ff
;
$i
++
)
{
printf
OUTPUT
" { 0x%04x, 0x%04x, 0x%04x, 0x%04x },\n"
,
...
...
@@ -3283,7 +3283,7 @@ sub dump_two_level_mapping($$$@)
for
(
my
$i
=
0
;
$i
<
@row_data
;
$i
++
)
{
$row_data
[
$i
]
+=
@row_data
+
256
-
4096
;
}
printf
OUTPUT
"const %s
DECLSPEC_HIDDEN
%s[%d] =\n{\n"
,
$type
,
$name
,
@array
+
@row_data
+
@data
;
printf
OUTPUT
"const %s %s[%d] =\n{\n"
,
$type
,
$name
,
@array
+
@row_data
+
@data
;
printf
OUTPUT
" /* level 1 offsets */\n%s,\n"
,
dump_array
(
$size
,
0
,
@array
);
printf
OUTPUT
" /* level 2 offsets */\n%s,\n"
,
dump_array
(
$size
,
0
,
@row_data
);
printf
OUTPUT
" /* values */\n%s\n};\n"
,
dump_array
(
$size
,
0
,
@data
);
...
...
@@ -3307,7 +3307,7 @@ sub dump_three_level_mapping($$@)
for
(
my
$i
=
$level2
;
$i
<
@array2
;
$i
++
)
{
$array2
[
$i
]
+=
@array1
+
@array2
-
$level2
-
$level3
;
}
for
(
my
$i
=
$level1
;
$i
<
@array1
;
$i
++
)
{
$array1
[
$i
]
+=
@array1
-
$level2
;
}
printf
OUTPUT
"const %s
DECLSPEC_HIDDEN
%s[%u] =\n{\n"
,
$type
,
$name
,
@array1
+
(
@array2
-
$level2
)
+
(
@array3
-
$level3
);
printf
OUTPUT
"const %s %s[%u] =\n{\n"
,
$type
,
$name
,
@array1
+
(
@array2
-
$level2
)
+
(
@array3
-
$level3
);
printf
OUTPUT
" /* level 1 offsets */\n%s,\n"
,
dump_array
(
$size
,
0
,
@array1
[
0
..
$level1
-
1
]
);
printf
OUTPUT
" /* level 2 offsets */\n%s,\n"
,
dump_array
(
$size
,
0
,
@array1
[
$level1
..
$#array1
]
);
printf
OUTPUT
" /* level 3 offsets */\n%s,\n"
,
dump_array
(
$size
,
0
,
@array2
[
$level2
..
$#array2
]
);
...
...
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