Changeset 92673 in vbox for trunk/src/VBox
- Timestamp:
- Dec 1, 2021 12:40:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r92662 r92673 52 52 /** RTProcCreateEx flags corresponding to VBOXSERVICE_ARG1_UTF8_ARGV. */ 53 53 #ifdef VBOXSERVICE_ARG1_UTF8_ARGV 54 # define VBOXSERVICE_PROC_F_UTF8_ARGV 0 /** @todo TBD */54 # define VBOXSERVICE_PROC_F_UTF8_ARGV RTPROC_FLAGS_UTF8_ARGV 55 55 #else 56 56 # define VBOXSERVICE_PROC_F_UTF8_ARGV 0
Note:
See TracChangeset
for help on using the changeset viewer.