1
0

mpv event

This commit is contained in:
2024-11-21 00:33:02 +08:00
parent 05b756efde
commit 0d57ac21ed
2 changed files with 54 additions and 16 deletions

View File

@@ -20,12 +20,13 @@
"name": "MinGW64",
"includePath": [
"${workspaceFolder}/**",
"D:\\msys64\\mingw64\\include"
"C:/MinGW64/include",
"C:/MinGW64/x86_64-w64-mingw32/include/**"
],
"defines": [
"USE_OPENGL"
],
"compilerPath": "D:\\msys64\\mingw64\\bin\\gcc.exe",
"compilerPath": "C:/MinGW64/bin/gcc.exe",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-x64"