dkulwin 937f2e02cc ssh-lsa project changes
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).
2015-11-13 22:01:06 -06:00

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