delete lua && add background funcs
This commit is contained in:
13
.vscode/c_cpp_properties.json
vendored
13
.vscode/c_cpp_properties.json
vendored
@@ -13,6 +13,19 @@
|
||||
"SYSCALLS_VERSION_C"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Windows Lua5.3",
|
||||
"includePath": [
|
||||
"C:/MinGW/msys/1.0/home/autobuild/tools/win32/include",
|
||||
"C:/MinGW/msys/1.0/home/autobuild/tools/win32/include/lua5.3",
|
||||
"${workspaceFolder}/../kolibrios/contrib/sdk/sources/newlib/libc/include"
|
||||
],
|
||||
"defines": [
|
||||
"SYSCALLS_VERSION_A",
|
||||
"SYSCALLS_VERSION_B",
|
||||
"SYSCALLS_VERSION_C"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Debug",
|
||||
"includePath": [
|
||||
|
Reference in New Issue
Block a user