Source code of Windows XP (NT5)
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
718 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: muteximp.cxx
//
//--------------------------------------------------------------------------
/* --------------------------------------------------------------------
File: muteximp.cxx
Description:
This file contains the system independent mutex class for NT.
History:
kamenm - import (include) the mtrt version of mutex to avoid code cut
and paste
-------------------------------------------------------------------- */
#include <precomp.hxx>
#include <mutex.cxx>
#define LogEvent(a,b,c,d,e,f,g)
#include <eventwrp.cxx>