10 lines
241 B
C
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
|