2025-04-27 07:49:33 -04: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