Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (C) 1997-2000 Microsoft Corporation
  3. Module Name:
  4. str.cpp
  5. Abstract:
  6. Implementation file for the string class
  7. History:
  8. --*/
  9. #include "precomp.h"
  10. char *__g_pszStringBlank = "\0"; //Needs to be double terminated for the multi-string!