sonarlint work in the win32 ui

This commit is contained in:
Jasmine Iwanek
2023-06-01 04:17:40 -04:00
parent 95d3fbe83d
commit cc9b7d7a2b
18 changed files with 389 additions and 258 deletions

View File

@@ -27,7 +27,8 @@ rebuild_axis_button_selections(HWND hdlg)
int id = IDC_CONFIG_BASE + 2;
HWND h;
int joystick;
int c, d;
int c;
int d;
char s[269];
h = GetDlgItem(hdlg, IDC_CONFIG_BASE);