windows-nt/Source/XPSP1/NT/net/rras/cm/cmstp/mutexclass.cpp

26 lines
678 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+----------------------------------------------------------------------------
//
// File: mutexclass.cpp
//
// Module: CMSTP.EXE
//
// Synopsis: This source file pound includes the mutex class from
// common\source\mutex.cpp. Please see this file for details.
//
// Copyright (c) 1998-1999 Microsoft Corporation
//
// Author: quintinb Created Header 08/19/99
//
//+----------------------------------------------------------------------------
#include "cmmaster.h"
#ifndef UNICODE
#define CreateMutexU CreateMutexA
#else
#define CreateMutexU CreateMutexW
#endif
//
// Please see pnpu\common\source for the actual source here.
//
#include "mutex.cpp"