Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix for mingw compilation of haptic subsystem by Alam.
- Loading branch information
File 3 of 4 in
f251a7b
|
@@ -85,7 +85,7 @@ static void |
|
|
SetDIerror(const char *function, HRESULT code) |
|
|
{ |
|
|
SDL_SetError("%s() [%s]: %s", function, |
|
|
DXGetErrorString(code), DXGetErrorDescription(code)); |
|
|
DXGetErrorString8A(code), DXGetErrorDescription8A(code)); |
|
|
} |
|
|
|
|
|
|
|
|
Oops, something went wrong.