msacm32.drv: Constify some variables.
This commit is contained in:
parent
af1a91d35e
commit
0bfd58014a
|
@ -67,7 +67,7 @@ typedef struct tagWAVEMAPDATA {
|
|||
DWORD nSamplesPerSecInner;
|
||||
} WAVEMAPDATA;
|
||||
|
||||
static BOOL WAVEMAP_IsData(WAVEMAPDATA* wm)
|
||||
static BOOL WAVEMAP_IsData(const WAVEMAPDATA* wm)
|
||||
{
|
||||
return (!IsBadReadPtr(wm, sizeof(WAVEMAPDATA)) && wm->self == wm);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue