Changeset 81727 in vbox for trunk/include
- Timestamp:
- Nov 6, 2019 9:04:31 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134491
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r81322 r81727 1560 1560 * @{ 1561 1561 */ 1562 /** Failed to find the DNS configured for this machine. */1563 #define VINF_NAT_DNS 30001564 1562 /** Failed to convert the specified Guest IP to a binary IP address. 1565 1563 * Malformed input. */ -
trunk/include/VBox/err.mac
r76869 r81727 587 587 %define VINF_HGCM_SAVE_STATE (2906) 588 588 %define VERR_HGCM_SERVICE_EXISTS (-2907) 589 %define VINF_NAT_DNS 3000590 589 %define VERR_NAT_REDIR_GUEST_IP (-3001) 591 590 %define VERR_NAT_REDIR_SETUP (-3002)
Note:
See TracChangeset
for help on using the changeset viewer.