1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-04-21 08:51:17 +02:00
sdl2_frt/src
Sam Lantinga 3ab3ea642d Fixed bug 2385 - error: unknown type name 'IDirect3DDevice9'
Sandu Liviu Catalin

I'm unable to compile the latest SDL (directly from the repository) even though I disabled every DirectX option since I don't need DirectX.

I allways het these errors:
D:\DevLibs\SDL\src\render\direct3d\SDL_render_d3d.c:1897:1: error: unknown type name 'IDirect3DDevice9'
D:\DevLibs\SDL\src\render\direct3d\SDL_render_d3d.c:1898:25: error: unknown type name 'SDL_Renderer'
2014-02-09 01:56:41 -08:00
..
atomic Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
audio Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
core Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
cpuinfo Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
dynapi Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler(). 2014-02-04 11:38:40 -05:00
events Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
file Fixed some compiler warnings from the latest Clang, cleaned up some things. 2014-02-03 14:45:38 -05:00
filesystem Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
haptic ignore hot plugs in mac haptic layer IF hap tics hasn't been initialized. 2014-02-07 09:35:13 -05:00
joystick Added DualShock 4 game controller config for Windows, Mac, and Linux. 2014-02-06 21:28:11 -05:00
libm Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
loadso Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
main Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
power Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
render Fixed bug 2385 - error: unknown type name 'IDirect3DDevice9' 2014-02-09 01:56:41 -08:00
stdlib Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
test Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
thread Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
timer Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
video * Remove android based workaround, it is handled in SDL_EGL_GetProcAddress. 2014-02-04 12:28:35 -08:00
SDL_assert_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_assert.c Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler(). 2014-02-04 11:38:40 -05:00
SDL_error_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_error.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_hints.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_internal.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_log.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00