mirror of https://github.com/tongzx/nt5src
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
691 B
30 lines
691 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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;
|