mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
Added missing decleration of StringCbPrintfA and StringCbPrintfW to strsafe.h.
svn path=/trunk/; revision=31804
This commit is contained in:
parent
006e4b96d5
commit
1d8f1474c1
1 changed files with 12 additions and 0 deletions
|
@ -341,6 +341,18 @@ StringCbGetsExW(LPWSTR pszDest,
|
|||
size_t* pcbRemaining,
|
||||
unsigned long dwFlags);
|
||||
|
||||
STRSAFEAPI
|
||||
StringCbPrintfA(LPTSTR pszDest,
|
||||
size_t cbDest,
|
||||
LPCTSTR pszFormat,
|
||||
...);
|
||||
|
||||
STRSAFEAPI
|
||||
StringCbPrintfW(LPWSTR pszDest,
|
||||
size_t cbDest,
|
||||
LPCWSTR pszFormat,
|
||||
...);
|
||||
|
||||
STRSAFEAPI
|
||||
StringCbPrintfExA(LPTSTR pszDest,
|
||||
size_t cbDest,
|
||||
|
|
Loading…
Reference in a new issue