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.

37 lines
562 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. lsagbl.cxx
  6. Abstract:
  7. Lsa Library Globals
  8. Author:
  9. Larry Zhu (Lzhu) May 1, 2001
  10. Revision History:
  11. --*/
  12. #include "precomp.hxx"
  13. #pragma hdrstop
  14. namespace LSA_NS {
  15. TLsaLibarayGlobals g_Globals = { 1, // major version
  16. 2, // minor version
  17. 0, // debug mask
  18. NULL, // debug prompt
  19. };
  20. }