Changeset 106923 in vbox for trunk/src/VBox/GuestHost/installation/VBoxWinDrvCommon.cpp
- Timestamp:
- Nov 11, 2024 10:49:58 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/VBoxWinDrvCommon.cpp
r106890 r106923 256 256 if (RTUtf16FindAscii(pwszPlatform, VBOXWINDRVINF_NT_NATIVE_ARCH_STR) == 0) 257 257 { 258 RTUTF16 wszSection[VBOXWINDRVINF_MAX_ INF_SECTION_NAME];258 RTUTF16 wszSection[VBOXWINDRVINF_MAX_SECTION_NAME_LEN]; 259 259 rc = RTUtf16Copy(wszSection, sizeof(wszSection), pwszModel); 260 260 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.