Changeset 68550 in vbox for trunk/src/VBox/Additions/WINNT/Mouse/NT4
- Timestamp:
- Aug 31, 2017 12:09:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp
r65122 r68550 20 20 #include <VBox/err.h> 21 21 #include <VBox/log.h> 22 #include <VBox/VBoxGuestLib.h>23 22 24 23 #include <stdarg.h> … … 31 30 #include <ntddmou.h> 32 31 RT_C_DECLS_END 32 33 #include <VBox/VBoxGuestLib.h> 33 34 34 35 /* not available on NT4 */ … … 2130 2131 ASSERT(status == STATUS_SUCCESS); 2131 2132 2132 int rcVBox = Vbgl InitClient();2133 int rcVBox = VbglR0InitClient(); 2133 2134 if (RT_FAILURE(rcVBox)) 2134 2135 { … … 2159 2160 else 2160 2161 { 2161 Vbgl Terminate();2162 VbglR0TerminateClient(); 2162 2163 Log(("VBoxMouseNT::DriverEntry: could not allocate request buffer, rc = %Rrc\n", rcVBox)); 2163 2164 /* Continue working in non-VBox mode. */
Note:
See TracChangeset
for help on using the changeset viewer.