9 lines
174 B
Modula-2
9 lines
174 B
Modula-2
; PwMig.def : Declares the exported functions.
|
|
|
|
LIBRARY "PWMIG.DLL"
|
|
|
|
EXPORTS
|
|
InitializeChangeNotify PRIVATE
|
|
PasswordChangeNotify PRIVATE
|
|
PasswordFilter PRIVATE
|