8 lines
265 B
C++
8 lines
265 B
C++
//----------------------------------------------------------------------------
|
|
// Const strings needed by lots of people.
|
|
//----------------------------------------------------------------------------
|
|
|
|
extern const TCHAR tszBlank[];
|
|
extern const TCHAR tszEmpty[];
|
|
|