fix Clang warnings

This commit is contained in:
oltolm 2023-06-28 00:10:25 +02:00
parent 86409a9c4f
commit 96b4b2904c
23 changed files with 86 additions and 55 deletions

View file

@ -11,8 +11,10 @@
#include "InputCommon/ControllerInterface/DInput/DInputJoystick.h"
#include "InputCommon/ControllerInterface/DInput/DInputKeyboardMouse.h"
#ifdef _MSC_VER
#pragma comment(lib, "Dinput8.lib")
#pragma comment(lib, "dxguid.lib")
#endif
namespace ciface::DInput
{