VirtualBox

Ignore:
Timestamp:
May 7, 2008 9:26:25 PM (17 years ago)
Author:
vboxsync
Message:

Use %Rhrc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r8637 r8684  
    275275#define ComAssertComRC(rc)  AssertComRC (rc)
    276276#else
    277 #define ComAssertComRC(rc)  ComAssertMsg (SUCCEEDED (rc), ("COM RC = 0x%08X\n", rc))
     277#define ComAssertComRC(rc)  ComAssertMsg (SUCCEEDED (rc), ("COM RC = %Rhrc (0x%08X)\n", rc, rc))
    278278#endif
    279279
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