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
4debdd6a
Commit
4debdd6a
authored
Jun 17, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
Jun 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Fix __p__pctype implementation.
parent
ac90c1bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
ctype.c
dlls/msvcrt/ctype.c
+8
-0
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
No files found.
dlls/msvcrt/ctype.c
View file @
4debdd6a
...
...
@@ -59,6 +59,14 @@ WORD MSVCRT__ctype [257] = {
unsigned
short
*
MSVCRT__pctype
=
NULL
;
/*********************************************************************
* __p__pctype (MSVCRT.@)
*/
unsigned
short
**
CDECL
MSVCRT___p__pctype
(
void
)
{
return
&
get_locinfo
()
->
pctype
;
}
/*********************************************************************
* __pctype_func (MSVCRT.@)
*/
const
unsigned
short
*
CDECL
MSVCRT___pctype_func
(
void
)
...
...
dlls/msvcrt/msvcrt.spec
View file @
4debdd6a
...
...
@@ -236,7 +236,7 @@
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__osver()
@ cdecl __p__pctype() MSVCRT___p
ctype_func
@ cdecl __p__pctype() MSVCRT___p
__pctype
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
...
...
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