Changeset 39173 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Nov 2, 2011 11:27:36 AM (13 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine/vbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/vbox/VBoxDbgGl.c
r39131 r39173 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 #include <iprt/ctype.h> 18 19 19 20 #include <config.h> … … 24 25 DWORD g_VBoxDbgGlFCheckDrawPrim = 0; 25 26 DWORD g_VBoxDbgGlFBreakDrawPrimIfCanNotMatch = 0; 26 27 //#include <config.h>28 //#include <wined3d_private.h>29 30 #include <iprt/assert.h>31 27 32 28 void dbglFree(void *pvData) -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/debug.h
r38982 r39173 46 46 # define AssertBreakpoint() do { } while (0) 47 47 # define Assert(_expr) do { } while (0) 48 # define RT_BREAKPOINT() 48 # ifdef DEBUG_misha 49 # include <iprt/cdefs.h> 50 # endif 49 51 # endif 50 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.