Changeset 38438 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Aug 12, 2011 3:12:20 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c
r38331 r38438 1389 1389 #ifdef DEBUG_misha 1390 1390 WARN("Can't find a suitable iPixelFormat\n"); 1391 #el se1391 #elif !defined(VBOX_WITH_WDDM) 1392 1392 ERR("Can't find a suitable iPixelFormat\n"); 1393 1393 #endif -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/state.c
r38172 r38438 55 55 #ifdef DEBUG_misha 56 56 WARN("Undefined state.\n"); 57 #el se57 #elif !defined(VBOX_WITH_WDDM) 58 58 ERR("Undefined state.\n"); 59 59 #endif
Note:
See TracChangeset
for help on using the changeset viewer.