VirtualBox

Ignore:
Timestamp:
Oct 24, 2010 4:21:10 PM (14 years ago)
Author:
vboxsync
Message:

Main: Some OS/2 build fixes.

File:
1 edited

Legend:

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

    r33386 r33396  
    97889788                                aMachine->mData->mUuid.raw());
    97899789    mIPCSemName = ipcSem;
    9790     APIRET arc = ::DosCreateMutexSem((PSZ)ipcSem.raw(), &mIPCSem, 0, FALSE);
     9790    APIRET arc = ::DosCreateMutexSem((PSZ)ipcSem.c_str(), &mIPCSem, 0, FALSE);
    97919791    ComAssertMsgRet(arc == NO_ERROR,
    97929792                    ("Cannot create IPC mutex '%s', arc=%ld",
    9793                      ipcSem.raw(), arc),
     9793                     ipcSem.c_str(), arc),
    97949794                    E_FAIL);
    97959795#elif defined(VBOX_WITH_SYS_V_IPC_SESSION_WATCHER)
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