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
718 B
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>
|