mirror of
https://github.com/reactos/reactos.git
synced 2025-06-09 11:20:39 +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: {
|
case IOCTL_CDROM_READ_Q_CHANNEL: {
|
||||||
|
|
||||||
PSUB_Q_CHANNEL_DATA userChannelData = realIrp->AssociatedIrp.SystemBuffer;
|
PSUB_Q_CHANNEL_DATA userChannelData = realIrp->AssociatedIrp.SystemBuffer;
|
||||||
|
#if DBG
|
||||||
PCDROM_SUB_Q_DATA_FORMAT inputBuffer = realIrp->AssociatedIrp.SystemBuffer;
|
PCDROM_SUB_Q_DATA_FORMAT inputBuffer = realIrp->AssociatedIrp.SystemBuffer;
|
||||||
|
#endif
|
||||||
PSUB_Q_CHANNEL_DATA subQPtr = srb->DataBuffer;
|
PSUB_Q_CHANNEL_DATA subQPtr = srb->DataBuffer;
|
||||||
|
|
||||||
#if DBG
|
#if DBG
|
||||||
|
|
Loading…
Reference in a new issue