Changeset 41428 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- May 24, 2012 9:26:07 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78154
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/debug.h
r41425 r41428 86 86 # define ERR_D3D() ERR("Error!"); 87 87 # define ASSERT_D3D(_e) do { \ 88 if ( RT_UNLIKELY(!(_e))) \88 if (!(_e)) \ 89 89 { \ 90 90 ERR("Error: Assertion failure expr (%s)", #_e); \
Note:
See TracChangeset
for help on using the changeset viewer.