Ignore:
Timestamp:
Dec 13, 2018 10:03:36 AM (5 years ago)
Author:
riza
Message:

Re #2147 (misc): Include unicode_win32.c on the build configuration for windows (mingw). Without it, the build will fail when enabling PJMEDIA_WMME_DEV_USE_MMDEVICE_API. Thanks to Niclas Larsson for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5819 r5924  
    59245924case $target in 
    59255925  *mingw* | *cygw* | *win32* | *w32* ) 
    5926         ac_os_objs="$ac_os_objs file_access_win32.o file_io_win32.o os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o sock_qos_bsd.o" 
     5926        ac_os_objs="$ac_os_objs file_access_win32.o file_io_win32.o os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o sock_qos_bsd.o unicode_win32.o" 
    59275927        ;; 
    59285928  *) 
Note: See TracChangeset for help on using the changeset viewer.