Changeset 22521 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
- Timestamp:
- Aug 27, 2009 1:07:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
r22520 r22521 204 204 205 205 /* Asserts if a != noErr and prints the error code */ 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) \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 210 # endif 211 211
Note:
See TracChangeset
for help on using the changeset viewer.