More joystick code fixes
This commit is contained in:
parent
ab686ab8d4
commit
47624c1a4f
1 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,8 @@
|
|||
$Id: jsWindows.cxx 2114 2006-12-21 20:53:13Z fayjf $
|
||||
*/
|
||||
|
||||
#if defined (_WIN32)
|
||||
|
||||
#include "FGjs.hxx"
|
||||
#include <windows.h>
|
||||
#include <regstr.h>
|
||||
|
@ -29,8 +31,6 @@
|
|||
|
||||
#include <plib/ul.h>
|
||||
|
||||
#if defined (_WIN32)
|
||||
|
||||
#define _JS_MAX_AXES_WIN 8 /* X,Y,Z,R,U,V,POV_X,POV_Y */
|
||||
|
||||
struct os_specific_s {
|
||||
|
|
Loading…
Reference in a new issue