VirtualBox

Ignore:
Timestamp:
Aug 31, 2017 12:09:41 PM (7 years ago)
Author:
vboxsync
Message:

merging vbglioc r117689: Initial VBoxGuest I/O control changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp

    r65122 r68550  
    2020#include <VBox/err.h>
    2121#include <VBox/log.h>
    22 #include <VBox/VBoxGuestLib.h>
    2322
    2423#include <stdarg.h>
     
    3130#include <ntddmou.h>
    3231RT_C_DECLS_END
     32
     33#include <VBox/VBoxGuestLib.h>
    3334
    3435/* not available on NT4 */
     
    21302131    ASSERT(status == STATUS_SUCCESS);
    21312132
    2132     int rcVBox = VbglInitClient();
     2133    int rcVBox = VbglR0InitClient();
    21332134    if (RT_FAILURE(rcVBox))
    21342135    {
     
    21592160        else
    21602161        {
    2161             VbglTerminate();
     2162            VbglR0TerminateClient();
    21622163            Log(("VBoxMouseNT::DriverEntry: could not allocate request buffer, rc = %Rrc\n", rcVBox));
    21632164            /* Continue working in non-VBox mode. */
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