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


Ignore:
Timestamp:
10/23/12 13:46:18 (12 years ago)
Author:
cheese
Message:

#1 add mutex to windows project and fix typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CRXMutex.cpp

    r10 r12  
    2222#ifdef _WIN32
    2323    if ((mMutex = ::CreateMutexA (NULL, FALSE, NULL)) == NULL)
    24         return GetLastError ();;
     24        return GetLastError ();
    2525    else
    2626        return 0;
Note: See TracChangeset for help on using the changeset viewer.