Added missing decleration of StringCbPrintfA and StringCbPrintfW to strsafe.h.
[reactos.git] / reactos / include / psdk / strsafe.h
index ed49972..4011f06 100644 (file)
@@ -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,