This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma comment(lib, "RuntimeObject.lib") | |
#include <windows.h> | |
#include <wrl/client.h> | |
#include <wrl/event.h> | |
#include <wrl/wrappers/corewrappers.h> | |
#include <wrl/implements.h> | |
#include <windows.media.control.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.quickSuggestions": false, | |
"editor.suggestOnTriggerCharacters": false, | |
"editor.parameterHints.enabled": false, | |
"editor.formatOnType": false, | |
"editor.autoClosingBrackets": "never", | |
"editor.autoClosingQuotes": "never", | |
"editor.acceptSuggestionOnCommitCharacter": false, | |
"editor.acceptSuggestionOnEnter": "off", | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -S mingw-w64-i686-gcc mingw-w64-x86_64-gcc mingw-w64-cross-gcc mingw-w64-i686-gdb mingw-w64-x86_64-gdb mingw-w64-i686-make mingw-w64-x86_64-make gcc gdb make mingw-w64-i686-clang mingw-w64-x86_64-clang mingw-w64-i686-clang-analyzer mingw-w64-x86_64-clang-analyzer mingw-w64-i686-llvm mingw-w64-x86_64-llvm mingw-w64-i686-lld mingw-w64-i686-lldb mingw-w64-x86_64-lld mingw-w64-x86_64-lldb mingw-w64-i686-clang-tools-extra mingw-w64-x86_64-clang-tools-extra clang llvm lld mingw-w64-i686-cmake mingw-w64-x86_64-cmake cmake mingw-w64-i686-meson mingw-w64-x86_64-meson base-devel | |
pacman -S python python2 mingw-w64-i686-nodejs mingw-w64-x86_64-nodejs |