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
64453ea2
Commit
64453ea2
authored
Feb 14, 2019
by
Piotr Caban
Committed by
Alexandre Julliard
Feb 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Add _ismbclegal_l implementation.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
790f97cb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
9 deletions
+17
-9
api-ms-win-crt-multibyte-l1-1-0.spec
...crt-multibyte-l1-1-0/api-ms-win-crt-multibyte-l1-1-0.spec
+1
-1
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+1
-1
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+1
-1
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+1
-1
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
mbcs.c
dlls/msvcrt/mbcs.c
+9
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
ucrtbase.spec
dlls/ucrtbase/ucrtbase.spec
+1
-1
No files found.
dlls/api-ms-win-crt-multibyte-l1-1-0/api-ms-win-crt-multibyte-l1-1-0.spec
View file @
64453ea2
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
@ cdecl _ismbcl2(long) ucrtbase._ismbcl2
@ cdecl _ismbcl2(long) ucrtbase._ismbcl2
@ stub _ismbcl2_l
@ stub _ismbcl2_l
@ cdecl _ismbclegal(long) ucrtbase._ismbclegal
@ cdecl _ismbclegal(long) ucrtbase._ismbclegal
@
stub
_ismbclegal_l
@
cdecl _ismbclegal_l(long ptr) ucrtbase.
_ismbclegal_l
@ cdecl _ismbclower(long) ucrtbase._ismbclower
@ cdecl _ismbclower(long) ucrtbase._ismbclower
@ stub _ismbclower_l
@ stub _ismbclower_l
@ cdecl _ismbcprint(long) ucrtbase._ismbcprint
@ cdecl _ismbcprint(long) ucrtbase._ismbcprint
...
...
dlls/msvcr100/msvcr100.spec
View file @
64453ea2
...
@@ -993,7 +993,7 @@
...
@@ -993,7 +993,7 @@
@ stub _ismbcl2(long)
@ stub _ismbcl2(long)
@ stub _ismbcl2_l
@ stub _ismbcl2_l
@ cdecl _ismbclegal(long)
@ cdecl _ismbclegal(long)
@
stub _ismbclegal_l
@
cdecl _ismbclegal_l(long ptr)
@ cdecl _ismbclower(long)
@ cdecl _ismbclower(long)
@ stub _ismbclower_l
@ stub _ismbclower_l
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint(long)
...
...
dlls/msvcr110/msvcr110.spec
View file @
64453ea2
...
@@ -1339,7 +1339,7 @@
...
@@ -1339,7 +1339,7 @@
@ stub _ismbcl2(long)
@ stub _ismbcl2(long)
@ stub _ismbcl2_l
@ stub _ismbcl2_l
@ cdecl _ismbclegal(long)
@ cdecl _ismbclegal(long)
@
stub _ismbclegal_l
@
cdecl _ismbclegal_l(long ptr)
@ stub _ismbclower(long)
@ stub _ismbclower(long)
@ stub _ismbclower_l
@ stub _ismbclower_l
@ stub _ismbcprint(long)
@ stub _ismbcprint(long)
...
...
dlls/msvcr120/msvcr120.spec
View file @
64453ea2
...
@@ -1344,7 +1344,7 @@
...
@@ -1344,7 +1344,7 @@
@ stub _ismbcl2(long)
@ stub _ismbcl2(long)
@ stub _ismbcl2_l
@ stub _ismbcl2_l
@ cdecl _ismbclegal(long)
@ cdecl _ismbclegal(long)
@
stub _ismbclegal_l
@
cdecl _ismbclegal_l(long ptr)
@ stub _ismbclower(long)
@ stub _ismbclower(long)
@ stub _ismbclower_l
@ stub _ismbclower_l
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint(long)
...
...
dlls/msvcr80/msvcr80.spec
View file @
64453ea2
...
@@ -665,7 +665,7 @@
...
@@ -665,7 +665,7 @@
@ stub _ismbcl2(long)
@ stub _ismbcl2(long)
@ stub _ismbcl2_l
@ stub _ismbcl2_l
@ cdecl _ismbclegal(long)
@ cdecl _ismbclegal(long)
@
stub _ismbclegal_l
@
cdecl _ismbclegal_l(long ptr)
@ cdecl _ismbclower(long)
@ cdecl _ismbclower(long)
@ stub _ismbclower_l
@ stub _ismbclower_l
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint(long)
...
...
dlls/msvcr90/msvcr90.spec
View file @
64453ea2
...
@@ -643,7 +643,7 @@
...
@@ -643,7 +643,7 @@
@ stub _ismbcl2(long)
@ stub _ismbcl2(long)
@ stub _ismbcl2_l
@ stub _ismbcl2_l
@ cdecl _ismbclegal(long)
@ cdecl _ismbclegal(long)
@
stub _ismbclegal_l
@
cdecl _ismbclegal_l(long ptr)
@ cdecl _ismbclower(long)
@ cdecl _ismbclower(long)
@ stub _ismbclower_l
@ stub _ismbclower_l
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint(long)
...
...
dlls/msvcrt/mbcs.c
View file @
64453ea2
...
@@ -1575,11 +1575,19 @@ int CDECL _ismbbtrail(unsigned int c)
...
@@ -1575,11 +1575,19 @@ int CDECL _ismbbtrail(unsigned int c)
}
}
/*********************************************************************
/*********************************************************************
* _ismbclegal_l(MSVCRT.@)
*/
int
CDECL
_ismbclegal_l
(
unsigned
int
c
,
MSVCRT__locale_t
locale
)
{
return
_ismbblead_l
(
HIBYTE
(
c
),
locale
)
&&
_ismbbtrail_l
(
LOBYTE
(
c
),
locale
);
}
/*********************************************************************
* _ismbclegal(MSVCRT.@)
* _ismbclegal(MSVCRT.@)
*/
*/
int
CDECL
_ismbclegal
(
unsigned
int
c
)
int
CDECL
_ismbclegal
(
unsigned
int
c
)
{
{
return
_ismb
blead
(
HIBYTE
(
c
))
&&
_ismbbtrail
(
LOBYTE
(
c
)
);
return
_ismb
clegal_l
(
c
,
NULL
);
}
}
/*********************************************************************
/*********************************************************************
...
...
dlls/msvcrt/msvcrt.spec
View file @
64453ea2
...
@@ -614,7 +614,7 @@
...
@@ -614,7 +614,7 @@
@ stub _ismbcl2(long)
@ stub _ismbcl2(long)
# stub _ismbcl2_l(long ptr)
# stub _ismbcl2_l(long ptr)
@ cdecl _ismbclegal(long)
@ cdecl _ismbclegal(long)
# stub
_ismbclegal_l(long ptr)
@ cdecl
_ismbclegal_l(long ptr)
@ cdecl _ismbclower(long)
@ cdecl _ismbclower(long)
# stub _ismbclower_l(long ptr)
# stub _ismbclower_l(long ptr)
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint(long)
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
64453ea2
...
@@ -483,7 +483,7 @@
...
@@ -483,7 +483,7 @@
@ stub _ismbcl2(long)
@ stub _ismbcl2(long)
@ stub _ismbcl2_l
@ stub _ismbcl2_l
@ cdecl _ismbclegal(long)
@ cdecl _ismbclegal(long)
@
stub _ismbclegal_l
@
cdecl _ismbclegal_l(long ptr)
@ stub _ismbclower(long)
@ stub _ismbclower(long)
@ stub _ismbclower_l
@ stub _ismbclower_l
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint(long)
...
...
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