Hi, On 4/8/2015 10:04 AM, Sean Bright wrote: > I am targeting Windows Vista and higher in order to get the "prettier" > audio device names from the MMDevice API that wmme_dev.c uses. Am I > correct that I have to change this line > pjlib/include/pj/compat/os_win32.h: ... > It is unconditionally defined, so it doesn't appear I can set it from > config_site.h or through compiler flags. Did a bit more research. I didn't realize that config_site.h was included after os_win32.h, so I can redefine these without changing os_win32.h. Apologies for the noise. Kind regards, Sean