VirtualBox

Changeset 18274 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 25, 2009 6:35:46 PM (16 years ago)
Author:
vboxsync
Message:

fix more windows burns

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r18224 r18274  
    310310        if (FAILED(rc) || fCompleted)
    311311            break;
    312         LONG cPercentNow;
     312        ULONG cPercentNow;
    313313        rc = progress->COMGETTER(Percent)(&cPercentNow);
    314314        if (FAILED(rc))
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r18265 r18274  
    39213921     * the title bar in the mean while.
    39223922     */
    3923     LONG    cPercent = 0;
     3923    ULONG    cPercent = 0;
    39243924#ifndef RT_OS_DARWIN /* don't break the other guys yet. */
    39253925    for (;;)
     
    39293929        if (FAILED(rc) || fCompleted)
    39303930            break;
    3931         LONG cPercentNow;
     3931        ULONG cPercentNow;
    39323932        rc = gProgress->COMGETTER(Percent)(&cPercentNow);
    39333933        if (FAILED(rc))
     
    39613961        if (FAILED(rc) || fCompleted)
    39623962            break;
    3963         LONG cPercentNow;
     3963        ULONG cPercentNow;
    39643964        rc = gProgress->COMGETTER(Percent)(&cPercentNow);
    39653965        if (FAILED(rc))
     
    41224122            else if (machineState == MachineState_Restoring)
    41234123            {
    4124                 LONG cPercentNow;
     4124                ULONG cPercentNow;
    41254125                HRESULT rc = gProgress->COMGETTER(Percent)(&cPercentNow);
    41264126                if (SUCCEEDED(rc))
     
    46584658             * the title bar in the mean while.
    46594659             */
    4660             LONG    cPercent = 0;
     4660            ULONG    cPercent = 0;
    46614661            for (;;)
    46624662            {
     
    46654665                if (FAILED(rc) || fCompleted)
    46664666                    break;
    4667                 LONG cPercentNow;
     4667                ULONG cPercentNow;
    46684668                rc = gProgress->COMGETTER(Percent)(&cPercentNow);
    46694669                if (FAILED(rc))
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