2020-09-30 16:53:55 +02:00

10 lines
241 B
C

#if !defined(BASE__String_h__INCLUDED)
#define BASE__String_h__INCLUDED
#pragma once
inline void CopyString(WCHAR * pszDest, const WCHAR * pszSrc, int cchMax);
#include "StringHelp.inl"
#endif // BASE__String_h__INCLUDED