mirror of https://gitee.com/bigwinds/arangodb
fix warning
This commit is contained in:
parent
8facda8ba0
commit
ed167ddcd4
|
@ -29,7 +29,7 @@
|
|||
#ifdef TRI_HAVE_WIN32_THREADS
|
||||
|
||||
/// @brief condition variable
|
||||
typedef struct TRI_condition_t {
|
||||
struct TRI_condition_t {
|
||||
CRITICAL_SECTION _lockWaiters;
|
||||
CONDITION_VARIABLE _conditionVariable;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue