Changeset 7239 in vbox
- Timestamp:
- Mar 3, 2008 1:43:42 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r7233 r7239 3596 3596 * succeeded. */ 3597 3597 ICInstance icInstance; 3598 VBOXOSTYPEpsiSignature = 'psi ';3598 OSType psiSignature = 'psi '; 3599 3599 OSStatus error = ::ICStart (&icInstance, psiSignature); 3600 3600 if (error == noErr) -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r7235 r7239 3597 3597 * succeeded. */ 3598 3598 ICInstance icInstance; 3599 VBOXOSTYPEpsiSignature = 'psi ';3599 OSType psiSignature = 'psi '; 3600 3600 OSStatus error = ::ICStart (&icInstance, psiSignature); 3601 3601 if (error == noErr)
Note:
See TracChangeset
for help on using the changeset viewer.