[Nrage-input] Misc cleanup
This commit is contained in:
parent
c637d66d9f
commit
b393d7c91c
|
@ -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"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <CommDlg.h>
|
||||
#include <commdlg.h>
|
||||
#include <shlobj.h>
|
||||
#include <tchar.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <Commctrl.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#include "commonIncludes.h"
|
||||
#include "DirectInput.h"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <Commctrl.h>
|
||||
#include <commctrl.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#include "commonIncludes.h"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue