mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-Beta1
This commit is contained in:
3
apilibs/kexbasen/shell32/_shell32_apilist.c
Normal file → Executable file
3
apilibs/kexbasen/shell32/_shell32_apilist.c
Normal file → Executable file
@ -42,6 +42,9 @@ static const apilib_named_api shell32_named_apis[] =
|
||||
DECL_API("SHGetFolderPathA", SHGetFolderPathA_new),
|
||||
DECL_API("SHGetFolderPathW", SHGetFolderPathW_new),
|
||||
DECL_API("SHGetNewLinkInfoW", SHGetNewLinkInfoW_fwd),
|
||||
DECL_API("SHGetSpecialFolderLocation", SHGetSpecialFolderLocation_fix),
|
||||
DECL_API("SHGetSpecialFolderPathA", SHGetSpecialFolderPathA_fix),
|
||||
DECL_API("SHGetSpecialFolderPathW", SHGetSpecialFolderPathW_fix),
|
||||
DECL_API("ShellAboutW", ShellAboutW_fwd),
|
||||
DECL_API("ShellExecuteExW", ShellExecuteExW_fwd),
|
||||
DECL_API("ShellExecuteW", ShellExecuteW_fwd),
|
||||
|
Reference in New Issue
Block a user