Changeset 90521 in vbox
- Timestamp:
- Aug 4, 2021 9:38:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbggui.h
r90520 r90521 74 74 * The first byte is the minor version, the 2nd byte is major version number. 75 75 * The high 16-bit word is a magic. */ 76 #define DBGGUIVT_VERSION UINT32_C(0xbead0 100)76 #define DBGGUIVT_VERSION UINT32_C(0xbead0200) 77 77 /** Macro for determining whether two versions are compatible or not. 78 78 * @returns boolean result.
Note:
See TracChangeset
for help on using the changeset viewer.