907474c489
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
5 lines
220 B
C
5 lines
220 B
C
#include "linux/wincompat.h"
|
|
|
|
HRESULT StringCbCopy(char * pszDest, const size_t cbDest, const char * pszSrc);
|
|
HRESULT StringCbCat(char * pszDest,const size_t cbDest, const char * pszSrc);
|
|
#define StringCbPrintf snprintf
|