20 lines
479 B
C++
20 lines
479 B
C++
|
//+----------------------------------------------------------------------------
|
||
|
//
|
||
|
// File: mutexclass.cpp
|
||
|
//
|
||
|
// Module: CMDIAL32.DLL
|
||
|
//
|
||
|
// Synopsis: Mutex class implementation.
|
||
|
//
|
||
|
// Copyright (c) 1998 Microsoft Corporation
|
||
|
//
|
||
|
// Author: quintinb created Header 08/16/99
|
||
|
//
|
||
|
//+----------------------------------------------------------------------------
|
||
|
|
||
|
#include "cmmaster.h"
|
||
|
|
||
|
//
|
||
|
// Please see pnpu\common\source for the actual source here.
|
||
|
//
|
||
|
#include "mutex.cpp"
|