VirtualBox

Changeset 78699 in vbox for trunk/src


Ignore:
Timestamp:
May 23, 2019 4:57:05 PM (6 years ago)
Author:
vboxsync
Message:

SharedFoldersSvc: Adding function that lets the guest set the error code style. The idea is that the host will do a some error code adjustments when the guest and host OSes differ, as this is much more effient than the guest doing it. The deman is chiefly for windows guests. [build fix] bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/VBoxSharedFoldersSvc.cpp

    r78698 r78699  
    301301
    302302    /* We don't actually (fully) restore the state; we simply check if the current state is as we it expect it to be. */
    303     for (size_t i = 0; i < SHFL_MAX_MAPPINGS; i++)
     303    for (SHFLROOT i = 0; i < SHFL_MAX_MAPPINGS; i++)
    304304    {
    305305        /* Load the saved mapping description and try to find it in the mappings. */
     
    404404
    405405            /* 'i' is the root handle of the saved mapping. */
    406             rc = vbsfMappingLoaded (&mapping, i);
     406            rc = vbsfMappingLoaded(&mapping, i);
    407407            if (RT_FAILURE(rc))
    408408            {
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