VirtualBox

Changeset 24845 in vbox


Ignore:
Timestamp:
Nov 21, 2009 10:08:39 PM (15 years ago)
Author:
vboxsync
Message:

SSM.cpp: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SSM.cpp

    r24843 r24845  
    86658665 *
    86668666 * @returns The revision number on success.
    8667  *          form.  If we don't know, it's an empty string.
     8667 *          form.  If we don't know, it's 0.
    86688668 * @param   pSSM            The saved state handle.
    86698669 *
     
    86778677    if (pSSM->enmOp >= SSMSTATE_LOAD_PREP)
    86788678        return pSSM->u.Read.u32SvnRev;
     8679#ifdef SSM_STANDALONE
    86798680    return VMMGetSvnRev();
     8681#else
     8682    return 0;
     8683#endif
    86808684}
    86818685
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