VirtualBox

Changeset 4304 in vbox


Ignore:
Timestamp:
Aug 23, 2007 8:20:54 AM (17 years ago)
Author:
vboxsync
Message:

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.cpp

    r4303 r4304  
    2222#include <VBoxDisplay.h>
    2323#include <VBox/VBoxDev.h>
     24#include <VBoxGuestInternal.h>
    2425#include <iprt/assert.h>
    2526#include "helpers.h"
     
    7778    if (ret != gCtx.fRDPState)
    7879    {
    79         if (!DeviceIoControl (gCtx.pEnv->gDriver, (ret) ? IOCTL_VBOXGUEST_ENABLE_VRDP_SESSION : IOCTL_VBOXGUEST_DISABLE_VRDP_SESSION, NULL, 0, NULL, 0, &cbReturned, NULL))
     80        DWORD cbReturned;
     81
     82        if (!DeviceIoControl (gCtx.pEnv->hDriver, (ret) ? IOCTL_VBOXGUEST_ENABLE_VRDP_SESSION : IOCTL_VBOXGUEST_DISABLE_VRDP_SESSION, NULL, 0, NULL, 0, &cbReturned, NULL))
    8083        {
    8184            dprintf(("VBoxRestoreThread: DeviceIOControl(CtlMask) failed, SeamlessChangeThread exited\n"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette