Leaked source code of windows server 2003
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

  1. ; migrate.def : Declares the module parameters for the DLL.
  2. LIBRARY MIGRATE
  3. EXPORTS
  4. QueryVersion @1 PRIVATE
  5. Initialize9x @2 PRIVATE
  6. MigrateUser9x @3 PRIVATE
  7. MigrateSystem9x @4 PRIVATE
  8. InitializeNT @5 PRIVATE
  9. MigrateUserNT @6 PRIVATE
  10. MigrateSystemNT @7 PRIVATE