mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
- Fix build
svn path=/trunk/; revision=37611
This commit is contained in:
parent
fa2d77a3e8
commit
aca04a803e
1 changed files with 2 additions and 0 deletions
|
@ -3192,7 +3192,9 @@ CdRomDeviceControlCompletion(
|
|||
case IOCTL_CDROM_READ_Q_CHANNEL: {
|
||||
|
||||
PSUB_Q_CHANNEL_DATA userChannelData = realIrp->AssociatedIrp.SystemBuffer;
|
||||
#if DBG
|
||||
PCDROM_SUB_Q_DATA_FORMAT inputBuffer = realIrp->AssociatedIrp.SystemBuffer;
|
||||
#endif
|
||||
PSUB_Q_CHANNEL_DATA subQPtr = srb->DataBuffer;
|
||||
|
||||
#if DBG
|
||||
|
|
Loading…
Reference in a new issue