Ignore:
Timestamp:
Oct 16, 2013 10:50:36 AM (11 years ago)
Author:
riza
Message:

Re #1704: fixed some build errors

Location:
pjproject/branches/projects/winphone
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/winphone

    • Property svn:ignore
      •  

        old new  
        1111*.opt 
        1212*.suo 
         13*.sdf 
         14*.opensdf 
        1315.settings 
        1416.cdtproject 
  • pjproject/branches/projects/winphone/pjmedia/include/pjmedia-audiodev/errno.h

    r4432 r4620  
    118118            ((int)PJMEDIA_AUDIODEV_BDIMAD_ERROR_START+err) 
    119119 
    120 /************************************************************ 
     120 /************************************************************ 
    121121 * Audio Device API error codes 
    122122 ***********************************************************/ 
     
    193193#define PJMEDIA_EAUD_BADLATENCY (PJMEDIA_AUDIODEV_ERRNO_START+12) /* 4200012 */ 
    194194 
    195  
    196  
    197  
     195 /************************************************************ 
     196 * General audio device error code 
     197 ***********************************************************/ 
     198/** 
     199 * @hideinitializer 
     200 * General wasapi error 
     201 */ 
     202#define PJMEDIA_EAUD_WASAPI_ERROR \ 
     203                                (PJMEDIA_AUDIODEV_ERRNO_START+13) /* 4200013 */ 
    198204 
    199205/** 
Note: See TracChangeset for help on using the changeset viewer.