Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name :
  4. dirchngp.cxx
  5. Abstract:
  6. This module contains the internal directory change routines
  7. Author:
  8. Murali R. Krishnan ( MuraliK ) 16-Jan-1995
  9. --*/
  10. #include "TsunamiP.Hxx"
  11. #pragma hdrstop
  12. #include "issched.hxx"
  13. #include "dbgutil.h"
  14. #include <lonsi.hxx>
  15. //
  16. // Manifests
  17. //
  18. //
  19. // Globals
  20. //
  21. HANDLE g_hChangeWaitThread = NULL;
  22. LONG g_nTsunamiThreads = 0;
  23. //
  24. // Local prototypes
  25. //