VirtualBox

Changeset 22520 in vbox


Ignore:
Timestamp:
Aug 27, 2009 1:01:24 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: fix burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h

    r22515 r22520  
    204204
    205205/* Asserts if a != noErr and prints the error code */
    206 #  define AssertCarbonOSStatus(a) \
    207 #   ifdef RT_STRICT \
    208      AssertMsg ((a) == noErr, ("Carbon OSStatus: %d\n", static_cast<int> (a))) \
    209 #   else \
    210      do { NOREF(a) } while (0) \
    211 #   endif
     206#  ifdef RT_STRICT \
     207#   define AssertCarbonOSStatus(a) AssertMsg ((a) == noErr, ("Carbon OSStatus: %d\n", static_cast<int> (a))) \
     208#  else \
     209#   define AssertCarbonOSStatus(a) do { NOREF(a) } while (0) \
     210#  endif
    212211
    213212
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