10 lines
144 B
C++
10 lines
144 B
C++
|
|
||
|
#include "..\pch\headers.hxx"
|
||
|
#pragma hdrstop
|
||
|
|
||
|
#include "strings.hxx"
|
||
|
|
||
|
const TCHAR tszBlank[] = TEXT(" ");
|
||
|
const TCHAR tszEmpty[] = TEXT("");
|
||
|
|