diff src/joystick/win32/SDL_dxjoystick.c @ 2717:50bc882455e5

Merge of force feedback branch r4039.
author Edgar Simo <bobbens@gmail.com>
date Mon, 25 Aug 2008 17:34:58 +0000
parents 0906692aa6a4
children 02aa80d7905f
line wrap: on
line diff
--- a/src/joystick/win32/SDL_dxjoystick.c	Mon Aug 25 15:08:59 2008 +0000
+++ b/src/joystick/win32/SDL_dxjoystick.c	Mon Aug 25 17:34:58 2008 +0000
@@ -85,7 +85,7 @@
 SetDIerror(const char *function, HRESULT code)
 {
     SDL_SetError("%s() [%s]: %s", function,
-                 DXGetErrorString(code), DXGetErrorDescription(code));
+                 DXGetErrorString8A(code), DXGetErrorDescription8A(code));
 }