mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:32:14 +00:00
[DRIVERS] Fix 64 bit issues
This commit is contained in:
parent
f8bf0e9c3a
commit
9e066abe2a
27 changed files with 61 additions and 60 deletions
|
@ -665,7 +665,7 @@ MMixerGetWaveDevicePath(
|
|||
PMIXER_LIST MixerList;
|
||||
LPMIXER_DATA MixerData;
|
||||
LPWAVE_INFO WaveInfo;
|
||||
ULONG Length;
|
||||
SIZE_T Length;
|
||||
MIXER_STATUS Status;
|
||||
|
||||
/* verify mixer context */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue