Changeset 268 for Include/api_shell.sbp


Ignore:
Timestamp:
Jun 2, 2007, 7:04:19 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

StringのResizeを呼ぶコンストラクタでメモリ確保されない場合を排除、ほか微修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_shell.sbp

    r258 r268  
    1717Const _FuncName_ShellExecute = "ShellExecuteW"
    1818Const _FuncName_ShellExecuteEx = "ShellExecuteExW"
    19 Const _FuncName_Shell_NotifyIcon = "_FuncName_Shell_NotifyIconW"
    20 Const _FuncName_SHEmptyRecycleBin = "_FuncName_SHEmptyRecycleBinW"
     19Const _FuncName_Shell_NotifyIcon = "NotifyIconW"
     20Const _FuncName_SHEmptyRecycleBin = "SHEmptyRecycleBinW"
    2121Const _FuncName_SHFileOperation = "SHFileOperationW"
    22 Const _FuncName_SHGetFileInfo = "_FuncName_SHGetFileInfoW"
     22Const _FuncName_SHGetFileInfo = "SHGetFileInfoW"
    2323Const _FuncName_SHGetPathFromIDList = "SHGetPathFromIDListW"
    24 Const _FuncName_SHGetSpecialFolderPath = "_FuncName_SHGetSpecialFolderPathW"
     24Const _FuncName_SHGetSpecialFolderPath = "SHGetSpecialFolderPathW"
    2525#else
    2626Const _FuncName_DoEnvironmentSubst = "DoEnvironmentSubstA"
     
    3535Const _FuncName_ShellExecute = "ShellExecuteA"
    3636Const _FuncName_ShellExecuteEx = "ShellExecuteExA"
    37 Const _FuncName_Shell_NotifyIcon = "_FuncName_Shell_NotifyIconA"
    38 Const _FuncName_SHEmptyRecycleBin = "_FuncName_SHEmptyRecycleBinA"
     37Const _FuncName_Shell_NotifyIcon = "Shell_NotifyIconA"
     38Const _FuncName_SHEmptyRecycleBin = "SHEmptyRecycleBinA"
    3939Const _FuncName_SHFileOperation = "SHFileOperationA"
    40 Const _FuncName_SHGetFileInfo = "_FuncName_SHGetFileInfoA"
     40Const _FuncName_SHGetFileInfo = "SHGetFileInfoA"
    4141Const _FuncName_SHGetPathFromIDList = "SHGetPathFromIDListA"
    42 Const _FuncName_SHGetSpecialFolderPath = "_FuncName_SHGetSpecialFolderPathA"
     42Const _FuncName_SHGetSpecialFolderPath = "SHGetSpecialFolderPathA"
    4343#endif
    4444
Note: See TracChangeset for help on using the changeset viewer.