Changeset 30782 in vbox for trunk/src/VBox/Main/include/VirtualBoxBase.h
- Timestamp:
- Jul 12, 2010 9:10:21 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63581
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r30781 r30782 414 414 throw (a); \ 415 415 } while (0) 416 #endif417 416 #else 418 417 #define DebugBreakThrow(a) throw (a) 418 #endif 419 419 420 420 /**
Note:
See TracChangeset
for help on using the changeset viewer.