VirtualBox

Changeset 33253 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 20, 2010 10:46:11 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66811
Message:

build fix (some EOF header define clash)

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r33247 r33253  
    13991399    if (aFlags)
    14001400    {
    1401         if (!(aFlags & ProcessInputFlag_EOF))
     1401        if (!(aFlags & ProcessInputFlag_EndOfFile))
    14021402            return setError(E_INVALIDARG, tr("Unknown flags (%#x)"), aFlags);
    14031403    }
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r33251 r33253  
    76137613      <desc>No flag set.</desc>
    76147614    </const>
    7615     <const name="EOF"                     value="1">
     7615    <const name="EndOfFile"               value="1">
    76167616      <desc>End of file (input) reached.</desc>
    76177617    </const>
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