Changeset 165 in libcf for trunk/src/cf_mutex.c


Ignore:
Timestamp:
12/07/14 22:46:15 (9 years ago)
Author:
cheese
Message:

#1 fix compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_mutex.c

    r164 r165  
    110110{
    111111    CF_MUTEX_CONTEXT * context = (CF_MUTEX_CONTEXT *) ctx;
    112     BOOL st;
    113112
    114113    ASSERT_CTX (ctx);
    115114
    116115#if defined(_WIN32) || defined(_WIN64)
     116    BOOL st;
    117117    st = TryEnterCriticalSection (&context->mid);
    118118    fprintf (stderr, "%d ", st);
Note: See TracChangeset for help on using the changeset viewer.