windows cl.exe not support -include compile flag

This commit is contained in:
oahcy 2022-05-24 16:25:15 +08:00
parent 416cbb3eb8
commit a8555aadda
1 changed files with 2 additions and 0 deletions

View File

@ -139,7 +139,9 @@
uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *pMainData)
{
#if (CC_PLATFORM != CC_PLATFORM_NX_WINDOWS)
OSCL_UNUSED_ARG(pMainData);
#endif
return(0);
}