windows-nt/Source/XPSP1/NT/net/config/shell/folder/foldglob.cpp

31 lines
691 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: F O L D G L O B . C P P
//
// Contents: Globals for the shell foldering code.
//
// Notes:
//
// Author: jeffspr 23 Oct 1997
//
//----------------------------------------------------------------------------
#include "pch.h"
#pragma hdrstop
#include "foldinc.h" // Standard shell\folder includes
#include "connlist.h" // CConnectionList class.
// Connection list global
//
CConnectionList g_ccl; // our global list.
// The state of the operator assist dial flag
//
bool g_fOperatorAssistEnabled;