[Nrage-input] Misc cleanup

This commit is contained in:
oddMLan 2020-02-10 02:57:07 -07:00
parent c637d66d9f
commit b393d7c91c
7 changed files with 14 additions and 13 deletions

View File

@ -24,8 +24,8 @@
#include <algorithm>
#include <math.h>
#include <InitGuid.h>
#include <CGuid.h>
#include <initguid.h>
#include <cguid.h>
#include <dinput.h>
#include "commonIncludes.h"

View File

@ -25,7 +25,7 @@
#include <stdio.h>
#include <windows.h>
#include <CommDlg.h>
#include <commdlg.h>
#include <shlobj.h>
#include <tchar.h>

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <windows.h>
#include <Commctrl.h>
#include <commctrl.h>
#include "commonIncludes.h"
#include "DirectInput.h"

View File

@ -22,9 +22,9 @@
*/
#include <windows.h>
#include <Commctrl.h>
#include <commctrl.h>
#include <dinput.h>
#include <Xinput.h>
#include <xinput.h>
#include "commonIncludes.h"

View File

@ -8,7 +8,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "WinResrc.h"
#include "winresrc.h"
#ifdef IDC_STATIC
#undef IDC_STATIC
@ -558,14 +558,14 @@ END
// PROFILE
//
IDR_PROFILE_DEFAULT1 PROFILE "configs\\Controller1.cpf"
IDR_PROFILE_DEFAULT1 PROFILE "configs/Controller1.cpf"
/////////////////////////////////////////////////////////////////////////////
//
// SHORTCUT
//
IDR_SHORTCUTS_DEFAULT SHORTCUT "configs\\Shortcuts.sc"
IDR_SHORTCUTS_DEFAULT SHORTCUT "configs/Shortcuts.sc"
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -25,7 +25,7 @@
#include <stdio.h>
#include <windows.h>
#include <Commctrl.h>
#include <commctrl.h>
#include <tchar.h>
#include "commonIncludes.h"

View File

@ -20,15 +20,16 @@
*/
//code from http://msdn.microsoft.com/en-us/library/ee417014(VS.85).aspx
#include <stdio.h>
#include <wchar.h>
#include <windows.h>
#include <wbemidl.h>
#include <tchar.h>
#include "XInputController.h"
#include "FileAccess.h"
#include <wchar.h>
#include <tchar.h>
#include "resource.h"
#include <stdio.h>
//We need to keep track of XInput control id's
int iXinputControlId = 0;