We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfb8d1 commit d6b8ab4Copy full SHA for d6b8ab4
.clang-format
@@ -2,3 +2,4 @@
2
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3
BasedOnStyle: Chromium
4
Standard: c++17
5
+SortIncludes: false
packages/gamepads_windows/windows/gamepad.cpp
@@ -1,9 +1,9 @@
1
#include <iostream>
#define WIN32_LEAN_AND_MEAN
-#include <dbt.h>
-#include <hidclass.h>
#include <initguid.h>
6
#include <windows.h>
+#include <dbt.h>
+#include <hidclass.h>
7
#pragma comment(lib, "winmm.lib")
8
#include <mmsystem.h>
9
0 commit comments