Ignore:
Timestamp:
Jun 24, 1999, 12:28:52 AM (26 years ago)
Author:
phaller
Message:

Add: ShellExecuteW, RealShellExecuteA, RealShellExecuteW, RealShellExecuteExA, RealShellExecuteExW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shell32.def

    r168 r170  
    1 ; $Id: shell32.def,v 1.6 1999-06-23 22:17:52 phaller Exp $
     1; $Id: shell32.def,v 1.7 1999-06-23 22:28:52 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    8787;   OpenAs_RunDLL              = _OpenAs_RunDLL@?                   @189
    8888;   PrintersGetCommand_RunDLL  = _PrintersGetCommand_RunDLL@?       @190
    89 ;   RealShellExecuteA          = _RealShellExecuteA@?               @191
    90 ;   RealShellExecuteExA        = _RealShellExecuteExA@?             @192
     89    RealShellExecuteA          = _RealShellExecuteA@24              @191
     90    RealShellExecuteExA        = _RealShellExecuteExA@4             @192
    9191                                 _SHELL32_195@4                     @195
    9292                                 _SHELL32_196@4                     @196
    93 ;   RealShellExecuteExW        = _RealShellExecuteExW@?             @201
    94 ;   RealShellExecuteW          = _RealShellExecuteW@?               @202
     93    RealShellExecuteExW        = _RealShellExecuteExW@4             @201
     94    RealShellExecuteW          = _RealShellExecuteW@24              @202
    9595;   RegenerateUserEnvironment  = _RegenerateUserEnvironment@?       @203
    9696    SHAddToRecentDocs          = _SHAddToRecentDocs@8               @204
     
    139139    ShellExecuteExA            = _ShellExecuteExA@4                 @245
    140140    ShellExecuteExW            = _ShellExecuteExW@4                        ; NT4 doesn't use it!
    141 ;   ShellExecuteW              = _ShellExecuteW@24                  @246
     141    ShellExecuteW              = _ShellExecuteW@24                  @246
    142142    ShellExecute               = _ShellExecuteA@24                         ; NT4 doesn't use it!
    143143    Shell_NotifyIcon           = _Shell_NotifyIconA@8               @247
Note: See TracChangeset for help on using the changeset viewer.