- Timestamp:
- Oct 13, 2015 11:55:08 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103346
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r58212 r58213 101 101 102 102 103 #ifdef DEBUG 104 # ifdef DEBUG_andy 103 #ifdef DEBUG_andy 105 104 /* Macro for debugging drag and drop actions which usually would 106 105 * go to Main's logging group. */ 107 # define DNDDEBUG(x) LogFlowFunc(x) 108 # else 109 # define DNDDEBUG(x) 110 # endif 106 # define DNDDEBUG(x) LogFlowFunc(x) 107 #else 108 # define DNDDEBUG(x) 111 109 #endif 112 110
Note:
See TracChangeset
for help on using the changeset viewer.