Changeset 76540 in vbox for trunk/src/VBox/Additions/WINNT/Mouse
- Timestamp:
- Dec 30, 2018 6:26:37 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127842
- Location:
- trunk/src/VBox/Additions/WINNT/Mouse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMF.h
r69500 r76540 18 18 #ifndef VBOXMF_H 19 19 #define VBOXMF_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Additions/WINNT/Mouse/common/VBoxMouseLog.h
r69500 r76540 18 18 #ifndef VBOXMOUSELOG_H 19 19 #define VBOXMOUSELOG_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/log.h>
Note:
See TracChangeset
for help on using the changeset viewer.