You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
281 B
19 lines
281 B
/*++
|
|
|
|
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!
|