Changeset 30719 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jul 7, 2010 10:47:26 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r30657 r30719 3482 3482 hr = E_OUTOFMEMORY; 3483 3483 } 3484 3485 if (hr == S_OK)3486 pResource->hResource = pRc;3487 else3488 vboxResourceFree(pRc);3489 3484 } 3490 3485 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk
r29452 r30719 126 126 LIB_TO_DATADIR=\"\" \ 127 127 BIN_TO_DATADIR=\"\" 128 ifneq ($(KBUILD_TYPE),debug)128 #ifneq ($(KBUILD_TYPE),debug) 129 129 wined3d_DEFS += WINE_NO_DEBUG_MSGS 130 endif130 #endif 131 131 ifdef VBOXWDDM 132 132 wined3d_DEFS += VBOXWDDM … … 183 183 LIB_TO_DATADIR=\"\" \ 184 184 BIN_TO_DATADIR=\"\" 185 ifneq ($(KBUILD_TYPE),debug)185 #ifneq ($(KBUILD_TYPE),debug) 186 186 VBoxD3D8_DEFS += WINE_NO_DEBUG_MSGS 187 endif187 #endif 188 188 VBoxD3D8_INCS := $(PATH_SUB_CURRENT)/include 189 189 VBoxD3D8_SOURCES := \ … … 218 218 LIB_TO_DATADIR=\"\" \ 219 219 BIN_TO_DATADIR=\"\" 220 ifneq ($(KBUILD_TYPE),debug)220 #ifneq ($(KBUILD_TYPE),debug) 221 221 VBoxD3D9_DEFS += WINE_NO_DEBUG_MSGS 222 endif222 #endif 223 223 VBoxD3D9_INCS := $(PATH_SUB_CURRENT)/include 224 224 VBoxD3D9_SOURCES := \ -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c
r28475 r30719 484 484 } 485 485 486 #if def DEBUG486 #if defined(DEBUG) && !defined(DEBUG_misha) 487 487 context_check_fbo_status(context); 488 488 #endif
Note:
See TracChangeset
for help on using the changeset viewer.