Removed resource.h from source files, its included through win.h now.
This commit is contained in:
@@ -11,14 +11,15 @@
|
||||
#include "../device.h"
|
||||
#include "../gameport.h"
|
||||
#include "plat_joystick.h"
|
||||
#include "resource.h"
|
||||
#include "win.h"
|
||||
|
||||
|
||||
static int joystick_nr;
|
||||
static int joystick_config_type;
|
||||
#define AXIS_STRINGS_MAX 3
|
||||
static char *axis_strings[AXIS_STRINGS_MAX] = {"X Axis", "Y Axis", "Z Axis"};
|
||||
|
||||
|
||||
static void rebuild_axis_button_selections(HWND hdlg)
|
||||
{
|
||||
int id = IDC_CONFIG_BASE + 2;
|
||||
|
||||
Reference in New Issue
Block a user