mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Win32 support for Mutex class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -66,14 +66,14 @@ namespace llvm
|
||||
/// @name Platform Dependent Data
|
||||
/// @{
|
||||
private:
|
||||
void* data_; ///< We don't know what the data will be
|
||||
void* data_; ///< We don't know what the data will be
|
||||
|
||||
/// @}
|
||||
/// @name Do Not Implement
|
||||
/// @{
|
||||
private:
|
||||
Mutex(const Mutex & original);
|
||||
void operator=(const Mutex &);
|
||||
Mutex(const Mutex & original);
|
||||
void operator=(const Mutex &);
|
||||
/// @}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user