20 lines
281 B
C++
20 lines
281 B
C++
/*++
|
|
|
|
Copyright (C) 1997-2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
str.cpp
|
|
|
|
Abstract:
|
|
|
|
Implementation file for the string class
|
|
|
|
History:
|
|
|
|
|
|
--*/
|
|
#include "precomp.h"
|
|
|
|
char *__g_pszStringBlank = "\0"; //Needs to be double terminated for the multi-string!
|