AppleWin/source/linux/stringcb.h
Andrea Odetti 907474c489 Add wrappers for StringCbXXXX functions and default RegLoadXXXX.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-08-26 10:27:38 +01:00

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