changeset 7369 | 80215ecb81cf |
parent 7250 | bbb6b079cfe5 |
child 7472 | 0ec51bd57d56 |
7368:0e12e09df086 | 7369:80215ecb81cf |
---|---|
27 |
27 |
28 #include "SDL_hints.h" |
28 #include "SDL_hints.h" |
29 #include "SDL_loadso.h" |
29 #include "SDL_loadso.h" |
30 #include "SDL_syswm.h" |
30 #include "SDL_syswm.h" |
31 #include "../SDL_sysrender.h" |
31 #include "../SDL_sysrender.h" |
32 #include "stdio.h" |
32 #include <stdio.h> |
33 |
33 |
34 #if SDL_VIDEO_RENDER_D3D |
34 #if SDL_VIDEO_RENDER_D3D |
35 #define D3D_DEBUG_INFO |
35 #define D3D_DEBUG_INFO |
36 #include <d3d9.h> |
36 #include <d3d9.h> |
37 #endif |
37 #endif |