Changeset 76563 in vbox for trunk/src/VBox/Additions/WINNT/Mouse
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127865
- Location:
- trunk/src/VBox/Additions/WINNT/Mouse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMF.h
r76553 r76563 16 16 */ 17 17 18 #ifndef VBOXMF_H19 #define VBOXMF_H18 #ifndef GA_INCLUDED_SRC_WINNT_Mouse_NT5_VBoxMF_h 19 #define GA_INCLUDED_SRC_WINNT_Mouse_NT5_VBoxMF_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 85 85 VOID VBoxDrvNotifyServiceCB(PVBOXMOUSE_DEVEXT pDevExt, PMOUSE_INPUT_DATA InputDataStart, PMOUSE_INPUT_DATA InputDataEnd, PULONG InputDataConsumed); 86 86 87 #endif /* VBOXMF_H*/87 #endif /* !GA_INCLUDED_SRC_WINNT_Mouse_NT5_VBoxMF_h */ -
trunk/src/VBox/Additions/WINNT/Mouse/common/VBoxMouseLog.h
r76553 r76563 16 16 */ 17 17 18 #ifndef VBOXMOUSELOG_H19 #define VBOXMOUSELOG_H18 #ifndef GA_INCLUDED_SRC_WINNT_Mouse_common_VBoxMouseLog_h 19 #define GA_INCLUDED_SRC_WINNT_Mouse_common_VBoxMouseLog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 70 70 #define LOGF_LEAVE() LOGF(("LEAVE")) 71 71 72 #endif /* ! VBOXMOUSELOG_H*/72 #endif /* !GA_INCLUDED_SRC_WINNT_Mouse_common_VBoxMouseLog_h */ 73 73
Note:
See TracChangeset
for help on using the changeset viewer.