VirtualBox

Changeset 7239 in vbox


Ignore:
Timestamp:
Mar 3, 2008 1:43:42 PM (17 years ago)
Author:
vboxsync
Message:

Converted one OSType to much.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r7233 r7239  
    35963596     *       succeeded. */
    35973597    ICInstance icInstance;
    3598     VBOXOSTYPE psiSignature = 'psi ';
     3598    OSType psiSignature = 'psi ';
    35993599    OSStatus error = ::ICStart (&icInstance, psiSignature);
    36003600    if (error == noErr)
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r7235 r7239  
    35973597     *       succeeded. */
    35983598    ICInstance icInstance;
    3599     VBOXOSTYPE psiSignature = 'psi ';
     3599    OSType psiSignature = 'psi ';
    36003600    OSStatus error = ::ICStart (&icInstance, psiSignature);
    36013601    if (error == noErr)
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