windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/infocomm/cache2/dirchngp.cxx
2020-09-26 16:20:57 +08:00

41 lines
503 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name :
dirchngp.cxx
Abstract:
This module contains the internal directory change routines
Author:
Murali R. Krishnan ( MuraliK ) 16-Jan-1995
--*/
#include "TsunamiP.Hxx"
#pragma hdrstop
#include "issched.hxx"
#include "dbgutil.h"
#include <lonsi.hxx>
//
// Manifests
//
//
// Globals
//
HANDLE g_hChangeWaitThread = NULL;
LONG g_nTsunamiThreads = 0;
//
// Local prototypes
//