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
d50a5b3f
Commit
d50a5b3f
authored
Jul 10, 2001
by
Peter Hunnisett
Committed by
Alexandre Julliard
Jul 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add shlwapi.wvnsprintf[AW], header info and comments.
parent
7736876a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+4
-2
shlwapi.h
include/shlwapi.h
+7
-0
No files found.
dlls/shlwapi/shlwapi.spec
View file @
d50a5b3f
...
...
@@ -687,8 +687,10 @@ debug_channels (shell)
@ stub UrlIsW
@ stdcall UrlUnescapeA(str ptr ptr long) UrlUnescapeA
@ stdcall UrlUnescapeW(wstr ptr ptr long) UrlUnescapeW
@ varargs wnsprintfA(ptr long str)wnsprintfA
@ varargs wnsprintfW(ptr long wstr)wnsprintfW
@ varargs wnsprintfA(ptr long str) wnsprintfA
@ varargs wnsprintfW(ptr long wstr) wnsprintfW
@ forward wvnsprintfA user32.wvsnprintfA
@ forward wvnsprintfW user32.wvsnprintfW
# exported in later versions
...
...
include/shlwapi.h
View file @
d50a5b3f
...
...
@@ -199,6 +199,13 @@ LPSTR WINAPI StrFormatByteSizeA ( DWORD dw, LPSTR pszBuf, UINT cchBuf );
LPWSTR
WINAPI
StrFormatByteSizeW
(
DWORD
dw
,
LPWSTR
pszBuf
,
UINT
cchBuf
);
#define StrFormatByteSize WINELIB_NAME_AW(StrFormatByteSize)
INT
WINAPI
wvnsprintfA
(
LPSTR
lpOut
,
INT
cchLimitIn
,
LPCSTR
lpFmt
,
va_list
arglist
);
INT
WINAPI
wvnsprintfW
(
LPWSTR
lpOut
,
INT
cchLimitIn
,
LPCWSTR
lpFmt
,
va_list
arglist
);
#define wvnsprintf WINELIB_NAME_AW(wvnsprintf)
INT
WINAPIV
wnsprintfA
(
LPSTR
lpOut
,
INT
cchLimitIn
,
LPCSTR
lpFmt
,
...);
INT
WINAPIV
wnsprintfW
(
LPWSTR
lpOut
,
INT
cchLimitIn
,
LPCWSTR
lpFmt
,
...);
#define wnsprintf WINELIB_NAME_AW(wnsprintf)
struct
_STRRET
;
...
...
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