VirtualBox

Changeset 17891 in vbox


Ignore:
Timestamp:
Mar 15, 2009 5:29:59 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44450
Message:

OSE fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/win/NetIfList-win.cpp

    r17842 r17891  
    23252325                                  IProgress **aProgress)
    23262326{
     2327#ifndef VBOX_WITH_NETFLT
     2328    return VERR_NOT_IMPLEMENTED;
     2329#else
    23272330    /* create a progress object */
    23282331    ComObjPtr <Progress> progress;
     
    23702373
    23712374    return SUCCEEDED(rc) ? VINF_SUCCESS : VERR_GENERAL_FAILURE;
     2375#endif
    23722376}
    23732377
     
    23762380                                  IProgress **aProgress)
    23772381{
     2382#ifndef VBOX_WITH_NETFLT
     2383    return VERR_NOT_IMPLEMENTED;
     2384#else
    23782385    /* create a progress object */
    23792386    ComObjPtr <Progress> progress;
     
    24142421
    24152422    return SUCCEEDED(rc) ? VINF_SUCCESS : VERR_GENERAL_FAILURE;
     2423#endif
    24162424}
    24172425
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