You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
348 B
12 lines
348 B
; migrate.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY MIGRATE
|
|
|
|
EXPORTS
|
|
QueryVersion @1 PRIVATE
|
|
Initialize9x @2 PRIVATE
|
|
MigrateUser9x @3 PRIVATE
|
|
MigrateSystem9x @4 PRIVATE
|
|
InitializeNT @5 PRIVATE
|
|
MigrateUserNT @6 PRIVATE
|
|
MigrateSystemNT @7 PRIVATE
|