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
52a1737f
Commit
52a1737f
authored
Jan 15, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Implement pwctype() functions.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
51319057
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
39 additions
and
22 deletions
+39
-22
api-ms-win-crt-locale-l1-1-0.spec
...s-win-crt-locale-l1-1-0/api-ms-win-crt-locale-l1-1-0.spec
+1
-1
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+2
-2
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+2
-2
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+2
-2
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+1
-1
msvcr70.spec
dlls/msvcr70/msvcr70.spec
+2
-2
msvcr71.spec
dlls/msvcr71/msvcr71.spec
+2
-2
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+2
-2
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+2
-2
ctype.c
dlls/msvcrt/ctype.c
+16
-0
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+2
-2
msvcrt20.spec
dlls/msvcrt20/msvcrt20.spec
+1
-1
msvcrt40.spec
dlls/msvcrt40/msvcrt40.spec
+1
-1
msvcrtd.spec
dlls/msvcrtd/msvcrtd.spec
+2
-1
ucrtbase.spec
dlls/ucrtbase/ucrtbase.spec
+1
-1
No files found.
dlls/api-ms-win-crt-locale-l1-1-0/api-ms-win-crt-locale-l1-1-0.spec
View file @
52a1737f
...
...
@@ -5,7 +5,7 @@
@ cdecl ___mb_cur_max_l_func(ptr) ucrtbase.___mb_cur_max_l_func
@ cdecl __initialize_lconv_for_unsigned_char() ucrtbase.__initialize_lconv_for_unsigned_char
@ cdecl __pctype_func() ucrtbase.__pctype_func
@
stub
__pwctype_func
@
cdecl __pwctype_func() ucrtbase.
__pwctype_func
@ cdecl _configthreadlocale(long) ucrtbase._configthreadlocale
@ cdecl _create_locale(long str) ucrtbase._create_locale
@ cdecl _free_locale(ptr) ucrtbase._free_locale
...
...
dlls/msvcr100/msvcr100.spec
View file @
52a1737f
...
...
@@ -641,7 +641,7 @@
@ cdecl __p__mbctype()
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@
stub
__p__pwctype()
@
cdecl
__p__pwctype()
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
...
...
@@ -649,7 +649,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@
stub __pwctype_func
@
cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
...
...
dlls/msvcr110/msvcr110.spec
View file @
52a1737f
...
...
@@ -990,7 +990,7 @@
@ cdecl __p__mbctype()
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@
stub
__p__pwctype()
@
cdecl
__p__pwctype()
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
...
...
@@ -998,7 +998,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@
stub __pwctype_func
@
cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
...
...
dlls/msvcr120/msvcr120.spec
View file @
52a1737f
...
...
@@ -980,7 +980,7 @@
@ cdecl __p__mbctype()
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@
stub
__p__pwctype()
@
cdecl
__p__pwctype()
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
...
...
@@ -988,7 +988,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@
stub __pwctype_func
@
cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
52a1737f
...
...
@@ -960,7 +960,7 @@
@ cdecl __p__wpgmptr() msvcr120.__p__wpgmptr
@ cdecl __pctype_func() msvcr120.__pctype_func
@ extern __pioinfo msvcr120.__pioinfo
@
stub
__pwctype_func
@
cdecl __pwctype_func() msvcr120.
__pwctype_func
@ cdecl __pxcptinfoptrs() msvcr120.__pxcptinfoptrs
@ stub __report_gsfailure
@ extern __setlc_active msvcr120.__setlc_active
...
...
dlls/msvcr70/msvcr70.spec
View file @
52a1737f
...
...
@@ -181,7 +181,7 @@
@ cdecl __p__osver()
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@
stub
__p__pwctype()
@
cdecl
__p__pwctype()
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
...
...
@@ -192,7 +192,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@
stub __pwctype_func
@
cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ cdecl __security_error_handler(long ptr)
@ cdecl __set_app_type(long)
...
...
dlls/msvcr71/msvcr71.spec
View file @
52a1737f
...
...
@@ -176,7 +176,7 @@
@ cdecl __p__osver()
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@
stub
__p__pwctype()
@
cdecl
__p__pwctype()
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
...
...
@@ -187,7 +187,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@
stub __pwctype_func
@
cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ cdecl __security_error_handler(long ptr)
@ cdecl __set_app_type(long)
...
...
dlls/msvcr80/msvcr80.spec
View file @
52a1737f
...
...
@@ -287,7 +287,7 @@
@ cdecl __p__osver()
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@
stub
__p__pwctype()
@
cdecl
__p__pwctype()
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
...
...
@@ -298,7 +298,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@
stub __pwctype_func
@
cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
...
...
dlls/msvcr90/msvcr90.spec
View file @
52a1737f
...
...
@@ -274,7 +274,7 @@
@ cdecl __p__mbctype()
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@
stub
__p__pwctype()
@
cdecl
__p__pwctype()
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
...
...
@@ -282,7 +282,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@
stub __pwctype_func
@
cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
...
...
dlls/msvcrt/ctype.c
View file @
52a1737f
...
...
@@ -144,6 +144,22 @@ const unsigned short* CDECL __pctype_func(void)
}
/*********************************************************************
* __p__pwctype (MSVCRT.@)
*/
unsigned
short
**
CDECL
__p__pwctype
(
void
)
{
return
&
MSVCRT__pwctype
;
}
/*********************************************************************
* __pwctype_func (MSVCRT.@)
*/
const
unsigned
short
*
CDECL
__pwctype_func
(
void
)
{
return
MSVCRT__pwctype
;
}
/*********************************************************************
* _isctype_l (MSVCRT.@)
*/
int
CDECL
_isctype_l
(
int
c
,
int
type
,
_locale_t
locale
)
...
...
dlls/msvcrt/msvcrt.spec
View file @
52a1737f
...
...
@@ -265,7 +265,7 @@
@ cdecl -arch=i386 __p__osver()
@ cdecl -arch=i386 __p__pctype()
@ cdecl -arch=i386 __p__pgmptr()
@
stub
-arch=i386 __p__pwctype()
@
cdecl
-arch=i386 __p__pwctype()
@ cdecl -arch=i386 __p__timezone()
@ cdecl -arch=i386 __p__tzname()
@ cdecl -arch=i386 __p__wcmdln()
...
...
@@ -276,7 +276,7 @@
@ cdecl -arch=i386 __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
# stub
__pwctype_func()
@ cdecl
__pwctype_func()
@ cdecl __pxcptinfoptrs()
@ cdecl __set_app_type(long)
@ extern __setlc_active MSVCRT___setlc_active
...
...
dlls/msvcrt20/msvcrt20.spec
View file @
52a1737f
...
...
@@ -825,7 +825,7 @@
@ cdecl -arch=i386 __p__osver() msvcrt.__p__osver
@ cdecl -arch=i386 __p__pctype() msvcrt.__p__pctype
@ cdecl -arch=i386 __p__pgmptr() msvcrt.__p__pgmptr
@ cdecl __p__pwctype() msvcrt.__p__pwctype
@ cdecl
-arch=i386
__p__pwctype() msvcrt.__p__pwctype
@ cdecl -arch=i386 __p__timezone() msvcrt.__p__timezone
@ cdecl -arch=i386 __p__tzname() msvcrt.__p__tzname
@ cdecl -arch=i386 __p__wcmdln() msvcrt.__p__wcmdln
...
...
dlls/msvcrt40/msvcrt40.spec
View file @
52a1737f
...
...
@@ -904,7 +904,7 @@
@ cdecl -arch=i386 __p__osver() msvcrt.__p__osver
@ cdecl -arch=i386 __p__pctype() msvcrt.__p__pctype
@ cdecl -arch=i386 __p__pgmptr() msvcrt.__p__pgmptr
@ cdecl __p__pwctype() msvcrt.__p__pwctype
@ cdecl
-arch=i386
__p__pwctype() msvcrt.__p__pwctype
@ cdecl -arch=i386 __p__timezone() msvcrt.__p__timezone
@ cdecl -arch=i386 __p__tzname() msvcrt.__p__tzname
@ cdecl -arch=i386 __p__wcmdln() msvcrt.__p__wcmdln
...
...
dlls/msvcrtd/msvcrtd.spec
View file @
52a1737f
...
...
@@ -173,7 +173,7 @@
@ cdecl __p__osver()
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@
stub
__p__pwctype()
@
cdecl
__p__pwctype()
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
...
...
@@ -184,6 +184,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ cdecl __set_app_type(long)
@ extern __setlc_active MSVCRT___setlc_active
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
52a1737f
...
...
@@ -136,7 +136,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ cdecl __processing_throw()
@
stub __pwctype_func
@
cdecl __pwctype_func()
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __setusermatherr(ptr)
...
...
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