5 lines
183 B
C++
5 lines
183 B
C++
// Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
|
|
#include "precomp.h"
|
|
|
|
char *__g_pszStringBlank = "\0"; //Needs to be double terminated for the multi-string!
|