dmloader: Do not use wide character constants.
This commit is contained in:
parent
585f863c24
commit
4a0ad1d0c5
|
@ -86,7 +86,7 @@ void WINAPI IDirectMusicLoaderFileStream_Detach (LPSTREAM iface) {
|
|||
if (This->hFile != INVALID_HANDLE_VALUE) {
|
||||
CloseHandle(This->hFile);
|
||||
}
|
||||
This->wzFileName[0] = (L'\0');
|
||||
This->wzFileName[0] = '\0';
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue