VirtualBox

Changeset 99828 in vbox for trunk/src/VBox/Runtime/r3/nt


Ignore:
Timestamp:
May 17, 2023 1:48:57 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157464
Message:

*: A bunch of adjustments that allows using /permissive- with Visual C++ (qt 6.x necessity).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp

    r98103 r99828  
    118118        /** @todo query the whole path as it is possible relative. Use the buffer for
    119119         *        temporary name storage. */
    120         pNtParent->Buffer        = L".";
     120        pNtParent->Buffer        = (PWCH)L".";
    121121        pNtParent->Length        = 1 * sizeof(RTUTF16);
    122122        pNtParent->MaximumLength = 2 * sizeof(RTUTF16);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette