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
fb9d5c78
Commit
fb9d5c78
authored
Jun 06, 2003
by
Martin Fuchs
Committed by
Alexandre Julliard
Jun 06, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub implementation for _Gettnames.
parent
e67c058b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
locale.c
dlls/msvcrt/locale.c
+9
-0
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
No files found.
dlls/msvcrt/locale.c
View file @
fb9d5c78
...
...
@@ -581,3 +581,12 @@ struct MSVCRT_lconv *MSVCRT_localeconv(void) {
X
(
n_sign_posn
);
return
&
xlconv
;
}
/*********************************************************************
* _Gettnames (MSVCRT.@)
*/
void
*
_Gettnames
(
void
)
{
FIXME
(
"(void), stub!
\n
"
);
return
NULL
;
}
dlls/msvcrt/msvcrt.spec
View file @
fb9d5c78
...
...
@@ -762,5 +762,5 @@
@ cdecl wctomb(ptr long) MSVCRT_wctomb
@ varargs wprintf(wstr) MSVCRT_wprintf
@ varargs wscanf(wstr) MSVCRT_wscanf
@
stub
_Gettnames
@
cdecl _Gettnames()
_Gettnames
@ stub __lc_collate_cp
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