Ignore:
Timestamp:
Dec 28, 2016 9:27:40 AM (8 years ago)
Author:
nanang
Message:

Re #1900: Miscelaneous updates, e.g: enable/disable WMME/WASAPI automatically based on active platform, cosmetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp/pjlib/src/pj/os_info.c

    r5210 r5515  
    231231            si.machine = pj_str("shx"); 
    232232            break; 
    233     #else 
     233        #else 
    234234        case PROCESSOR_ARCHITECTURE_AMD64: 
    235235            si.machine = pj_str("x86_64"); 
     
    241241            si.machine = pj_str("i386"); 
    242242            break; 
    243     #endif      /* PJ_WIN32_WINCE */ 
     243        #endif  /* PJ_WIN32_WINCE */ 
    244244        } 
    245245    #if defined(PJ_WIN32_WINPHONE8) && PJ_WIN32_WINPHONE8 
Note: See TracChangeset for help on using the changeset viewer.