VirtualBox

Ignore:
Timestamp:
May 19, 2023 7:51:37 PM (23 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157511
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.cpp

    r99828 r99870  
    11311131
    11321132    /* Check that the name starts with correct prefix. */
    1133     PCWCHAR pwc1 = &s_wszPrefix[0];
    1134     PCWCHAR pwc  = ConnectionName->Buffer;
     1133    WCHAR const *pwc1 = &s_wszPrefix[0];
     1134    WCHAR const *pwc  = ConnectionName->Buffer;
    11351135    ULONG   i;
    11361136    for (i = 0; i < cConnectionName; i++, pwc1++, pwc++)
Note: See TracChangeset for help on using the changeset viewer.

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