changeset 7765 | 09937804892a |
parent 7763 | fc802d707136 |
child 7766 | 84b154b1ed71 |
--- a/include/SDL_system.h Sat Sep 28 14:07:08 2013 -0700 +++ b/include/SDL_system.h Sat Sep 28 14:07:14 2013 -0700 @@ -51,7 +51,7 @@ /* Returns the D3D device associated with a renderer, or NULL if it's not a D3D renderer. */ typedef struct IDirect3DDevice9 IDirect3DDevice9; -extern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3DDevice(SDL_Renderer * renderer); +extern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3D9Device(SDL_Renderer * renderer); #endif /* __WIN32__ */