Source code of Windows XP (NT5)
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.

28 lines
632 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: F O L D G L O B . H
  7. //
  8. // Contents: Global definitions for the shell foldering code
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 23 Oct 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _FOLDGLOB_H_
  17. #define _FOLDGLOB_H_
  18. // The connection list
  19. //
  20. extern CConnectionList g_ccl;
  21. // The state of the operator assist dial flag
  22. //
  23. extern bool g_fOperatorAssistEnabled;
  24. #endif // _FOLDGLOB_H_