Changeset 268 for Include/api_shell.sbp
- Timestamp:
- Jun 2, 2007, 7:04:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_shell.sbp
r258 r268 17 17 Const _FuncName_ShellExecute = "ShellExecuteW" 18 18 Const _FuncName_ShellExecuteEx = "ShellExecuteExW" 19 Const _FuncName_Shell_NotifyIcon = " _FuncName_Shell_NotifyIconW"20 Const _FuncName_SHEmptyRecycleBin = " _FuncName_SHEmptyRecycleBinW"19 Const _FuncName_Shell_NotifyIcon = "NotifyIconW" 20 Const _FuncName_SHEmptyRecycleBin = "SHEmptyRecycleBinW" 21 21 Const _FuncName_SHFileOperation = "SHFileOperationW" 22 Const _FuncName_SHGetFileInfo = " _FuncName_SHGetFileInfoW"22 Const _FuncName_SHGetFileInfo = "SHGetFileInfoW" 23 23 Const _FuncName_SHGetPathFromIDList = "SHGetPathFromIDListW" 24 Const _FuncName_SHGetSpecialFolderPath = " _FuncName_SHGetSpecialFolderPathW"24 Const _FuncName_SHGetSpecialFolderPath = "SHGetSpecialFolderPathW" 25 25 #else 26 26 Const _FuncName_DoEnvironmentSubst = "DoEnvironmentSubstA" … … 35 35 Const _FuncName_ShellExecute = "ShellExecuteA" 36 36 Const _FuncName_ShellExecuteEx = "ShellExecuteExA" 37 Const _FuncName_Shell_NotifyIcon = " _FuncName_Shell_NotifyIconA"38 Const _FuncName_SHEmptyRecycleBin = " _FuncName_SHEmptyRecycleBinA"37 Const _FuncName_Shell_NotifyIcon = "Shell_NotifyIconA" 38 Const _FuncName_SHEmptyRecycleBin = "SHEmptyRecycleBinA" 39 39 Const _FuncName_SHFileOperation = "SHFileOperationA" 40 Const _FuncName_SHGetFileInfo = " _FuncName_SHGetFileInfoA"40 Const _FuncName_SHGetFileInfo = "SHGetFileInfoA" 41 41 Const _FuncName_SHGetPathFromIDList = "SHGetPathFromIDListA" 42 Const _FuncName_SHGetSpecialFolderPath = " _FuncName_SHGetSpecialFolderPathA"42 Const _FuncName_SHGetSpecialFolderPath = "SHGetSpecialFolderPathA" 43 43 #endif 44 44
Note:
See TracChangeset
for help on using the changeset viewer.