Skip to content

Instantly share code, notes, and snippets.

#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>
{
"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",
}
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