Changeset 95798 in vbox
- Timestamp:
- Jul 25, 2022 12:22:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibHostVersion.cpp
r93115 r95798 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include <stdio.h> /* Required for sscanf */32 31 #include <iprt/string.h> 33 32 #include <VBox/log.h> … … 39 38 40 39 #include "VBoxGuestR3LibInternal.h" 40 41 41 42 42 /**
Note:
See TracChangeset
for help on using the changeset viewer.