VirtualBox

Changeset 18484 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 29, 2009 1:29:52 AM (16 years ago)
Author:
vboxsync
Message:

VirtualBoxImpl.cpp: size_t/DWORD warning.

File:
1 edited

Legend:

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

    r18265 r18484  
    41754175            autoCaller.release();
    41764176
    4177             DWORD rc = ::WaitForMultipleObjects (1 + cnt + cntSpawned,
     4177            DWORD rc = ::WaitForMultipleObjects ((DWORD)(1 + cnt + cntSpawned),
    41784178                                                 handles, FALSE, INFINITE);
    41794179
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