mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-05 21:24:45 +02:00
Using a module definition file gives better support to handle symbol decorations. This change adds ssh-lsa.def to define the functions exported from ssh-lsa.dll. Misc. changes to ssh-lsa project (warning level, sdl check, calling convention).
11 lines
282 B
Modula-2
11 lines
282 B
Modula-2
; ssh-lsa.def : Declares the module parameters.
|
|
|
|
LIBRARY "ssh-lsa.DLL"
|
|
|
|
EXPORTS
|
|
LsaApInitializePackage @1
|
|
LsaApLogonUser @2
|
|
LsaApLogonTerminated @3
|
|
LsaApCallPackagePassthrough @4
|
|
LsaApCallPackageUntrusted @5
|
|
LsaApCallPackage @6 |