windows cl.exe not support -include compile flag
This commit is contained in:
parent
416cbb3eb8
commit
a8555aadda
|
|
@ -139,7 +139,9 @@
|
||||||
|
|
||||||
uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *pMainData)
|
uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *pMainData)
|
||||||
{
|
{
|
||||||
|
#if (CC_PLATFORM != CC_PLATFORM_NX_WINDOWS)
|
||||||
OSCL_UNUSED_ARG(pMainData);
|
OSCL_UNUSED_ARG(pMainData);
|
||||||
|
#endif
|
||||||
return(0);
|
return(0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue