Changeset 10 in libcf for trunk/include/cf_base.h


Ignore:
Timestamp:
01/30/13 23:40:33 (11 years ago)
Author:
cheese
Message:

#1 arrange some code and change windows project name from lower case to upper case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_base.h

    r6 r10  
    1313#define CF_ERROR                        -1
    1414
     15#define NAME_LENGTH                     128
     16
    1517#define CF_ERROR_BASE                   CF_ERROR * 1000
    1618
     
    2022#define CF_ERROR_MUTEX                  CF_ERROR_BASE * 5
    2123#define CF_ERROR_DEBUG                  CF_ERROR_BASE * 6
     24#define CF_ERROR_LOG                    CF_ERROR_BASE * 7
    2225
    2326#ifdef _WIN32
Note: See TracChangeset for help on using the changeset viewer.