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
e4f9f537
Commit
e4f9f537
authored
Nov 09, 2014
by
Iván Matellanes
Committed by
Alexandre Julliard
Nov 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Add missing declarations in wchar.h.
parent
d0ad33c2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
wchar.h
include/msvcrt/wchar.h
+6
-0
No files found.
include/msvcrt/wchar.h
View file @
e4f9f537
...
@@ -313,12 +313,18 @@ int __cdecl _wstat64(const wchar_t*,struct _stat64*);
...
@@ -313,12 +313,18 @@ int __cdecl _wstat64(const wchar_t*,struct _stat64*);
#ifndef _WSTDIO_DEFINED
#ifndef _WSTDIO_DEFINED
#define _WSTDIO_DEFINED
#define _WSTDIO_DEFINED
wint_t
__cdecl
_fgetwc_nolock
(
FILE
*
);
wint_t
__cdecl
_fgetwchar
(
void
);
wint_t
__cdecl
_fgetwchar
(
void
);
wint_t
__cdecl
_fputwc_nolock
(
wint_t
,
FILE
*
);
wint_t
__cdecl
_fputwchar
(
wint_t
);
wint_t
__cdecl
_fputwchar
(
wint_t
);
wint_t
__cdecl
_getwc_nolock
(
FILE
*
);
wchar_t
*
__cdecl
_getws
(
wchar_t
*
);
wchar_t
*
__cdecl
_getws
(
wchar_t
*
);
wint_t
__cdecl
_putwc_nolock
(
wint_t
,
FILE
*
);
int
__cdecl
_putws
(
const
wchar_t
*
);
int
__cdecl
_putws
(
const
wchar_t
*
);
int
__cdecl
_snwprintf
(
wchar_t
*
,
size_t
,
const
wchar_t
*
,...);
int
__cdecl
_snwprintf
(
wchar_t
*
,
size_t
,
const
wchar_t
*
,...);
int
__cdecl
_snwprintf_s
(
wchar_t
*
,
size_t
,
size_t
,
const
wchar_t
*
,...);
int
__cdecl
_snwprintf_s
(
wchar_t
*
,
size_t
,
size_t
,
const
wchar_t
*
,...);
int
__cdecl
_scwprintf
(
const
wchar_t
*
,...);
wint_t
__cdecl
_ungetwc_nolock
(
wint_t
,
FILE
*
);
int
__cdecl
_vscwprintf
(
const
wchar_t
*
,
__ms_va_list
);
int
__cdecl
_vscwprintf
(
const
wchar_t
*
,
__ms_va_list
);
int
__cdecl
_vscwprintf_p_l
(
const
wchar_t
*
,
_locale_t
,
__ms_va_list
);
int
__cdecl
_vscwprintf_p_l
(
const
wchar_t
*
,
_locale_t
,
__ms_va_list
);
int
__cdecl
_vsnwprintf
(
wchar_t
*
,
size_t
,
const
wchar_t
*
,
__ms_va_list
);
int
__cdecl
_vsnwprintf
(
wchar_t
*
,
size_t
,
const
wchar_t
*
,
__ms_va_list
);
...
...
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