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.

30 lines
721 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: F O L D G L O B . C P P
  7. //
  8. // Contents: Globals for the shell foldering code.
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 23 Oct 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #include "pch.h"
  16. #pragma hdrstop
  17. #include "foldinc.h" // Standard shell\folder includes
  18. #include "connlist.h" // CConnectionList class.
  19. // Connection list global
  20. //
  21. CConnectionList g_ccl; // our global list.
  22. // The state of the operator assist dial flag
  23. //
  24. bool g_fOperatorAssistEnabled;