Changeset 42153 in vbox
- Timestamp:
- Jul 13, 2012 8:02:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/common/VBoxMouseLog.h
r37221 r42153 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * VBox Mouse drivers, logging helper … … 21 20 22 21 #ifdef DEBUG_misha 23 # include <iprt/assert.h>22 # include <iprt/assert.h> 24 23 #endif 25 24 … … 69 68 #define LOGF_LEAVE() LOGF(("LEAVE")) 70 69 71 #endif /*VBOXMOUSELOG_H*/ 70 #endif /* !VBOXMOUSELOG_H */ 71
Note:
See TracChangeset
for help on using the changeset viewer.