Changeset 48 in cheroxy for trunk/src/CRXMutex.cpp


Ignore:
Timestamp:
11/26/12 15:34:23 (11 years ago)
Author:
cheese
Message:

#1 fix compilation error in linux on mutex constructor for windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CRXMutex.cpp

    r38 r48  
    33
    44CRXMutex::CRXMutex (void)
    5     : mIsCreated (false),
    6 #ifdef _WIN32
    7       mMutex (NULL)
    8 #endif
     5    : mIsCreated (false)
    96{
    107    /*----------------------------------------------------------------*/
     8#ifdef _WIN32
     9      mMutex = NULL;
     10#endif
    1111    /*----------------------------------------------------------------*/
    1212}
Note: See TracChangeset for help on using the changeset viewer.