fix build break for win

This commit is contained in:
idea4good 2019-08-23 17:16:50 +08:00
parent 979f4a660a
commit 7f9f982ec7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static WAVEFORMATEX s_wav_format = {
0
};
static int register_wav_resouce(AUDIO_TYPE type, wchar_t* wav_path)
static int register_wav_resouce(AUDIO_TYPE type, const wchar_t* wav_path)
{
if (s_wav_resource[type].p_data)
{