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.
40 lines
543 B
40 lines
543 B
/*++
|
|
|
|
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
|
|
//
|
|
|
|
|
|
|