VirtualBox

Changeset 105892 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Aug 28, 2024 4:37:58 PM (5 months ago)
Author:
vboxsync
Message:

Main/Guest Control: Use GSTCTLDIR_F_NONE here, fixed comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h

    r104178 r105892  
    728728    GuestDirectoryOpenInfo(void)
    729729        : menmFilter(GSTCTLDIRFILTER_NONE)
    730         , mFlags(0) { }
     730        , mFlags(GSTCTLDIR_F_NONE) { }
    731731
    732732    /** The directory path. */
     
    736736    /** The filter option to use. */
    737737    GSTCTLDIRFILTER         menmFilter;
    738     /** Opening flags (of type GSTCTLDIRFILTER_XXX). */
     738    /** Opening flags (of type GSTCTLDIR_F_XXX). */
    739739    uint32_t                mFlags;
    740740};
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