Changeset 20:38521bf10e24 in xplcommon for src/xplcommon/types.h


Ignore:
Timestamp:
12/30/12 16:45:26 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the Waiter and the WaitableEvent classes for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/types.h

    r6 r20  
    4949
    5050typedef DWORD errorCode_t;
    51 static const DWORD NO_ERROR = 0;
     51static const DWORD XPL_NO_ERROR = 0;
    5252
    5353//------------------------------------------------------------------------------
     
    5858
    5959typedef int errorCode_t;
    60 static const int NO_ERROR = 0;
     60static const int XPL_NO_ERROR = 0;
    6161
    6262//------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.