Changeset 62679 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg
- Timestamp:
- Jul 29, 2016 12:52:10 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109252
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/D3DFeatureLevel.cpp
r62522 r62679 17 17 */ 18 18 19 #include < Windows.h>19 #include <iprt/win/windows.h> 20 20 #include <D3D11.h> 21 21 #include <stdio.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/DumpD3DCaps9.cpp
r62522 r62679 12 12 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 13 */ 14 #include < windows.h>14 #include <iprt/win/windows.h> 15 15 #include <d3d9types.h> 16 16 #include <d3d9caps.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/VBoxVideoWinDbg.cpp
r62522 r62679 13 13 */ 14 14 15 #include < windows.h>15 #include <iprt/win/windows.h> 16 16 #define KDEXT_64BIT 17 17 #include <wdbgexts.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/tstMvWnd.cpp
r62522 r62679 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 12 */ 13 #include < windows.h>13 #include <iprt/win/windows.h> 14 14 15 15 #define Assert(_m) do {} while (0)
Note:
See TracChangeset
for help on using the changeset viewer.