Changeset 38172 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/state.c
- Timestamp:
- Jul 26, 2011 6:56:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/state.c
r36029 r38172 53 53 static void state_undefined(DWORD state, IWineD3DStateBlockImpl *stateblock, struct wined3d_context *context) 54 54 { 55 #ifdef DEBUG_misha 56 WARN("Undefined state.\n"); 57 #else 55 58 ERR("Undefined state.\n"); 59 #endif 56 60 } 57 61
Note:
See TracChangeset
for help on using the changeset viewer.