Source code of Windows XP (NT5)
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.

10 lines
439 B

  1. This file details changes made to files in this directory to port the code from
  2. the Win9x tree to the Whistler tree.
  3. * Added sources file and standard NT makefile.
  4. * Removed msoobe.mk and Win9x makefile.
  5. * Moved files from messages\usa to root.
  6. * Moved version info from msoobe.rcv to msoobe.rc.
  7. * Removed msoobe.rcv.
  8. * Pass Unicode version of command line (returned by GetCommandLine( )) to
  9. LaunchOOBE( ) instead of ANSI lpCmdLine.