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 4 of 4 in
f251a7b
|
@@ -42,9 +42,9 @@ |
|
|
/* Used for the c_dfDIJoystick2 symbol (no imports are used) */ |
|
|
# pragma comment (lib, "dinput.lib") |
|
|
#endif |
|
|
#include <dxerr.h> |
|
|
#include <dxerr8.h> |
|
|
#ifdef _MSC_VER |
|
|
# pragma comment (lib, "dxerr.lib") |
|
|
# pragma comment (lib, "dxerr8.lib") |
|
|
#endif |
|
|
|
|
|
|
|
|
Oops, something went wrong.