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.

22 lines
1.1 KiB

  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 msobshel.mk and Win9x makefile.
  5. * Moved resource files from messages\usa to root.
  6. * Moved version info from msobshel.rcv to msobshel.rc.
  7. * Removed msobshel.rcv.
  8. * Commented out DESCRIPTION line in msobshel.def to fix: warning LNK4017:
  9. DESCRIPTION statement not supported for the target platform; ignored
  10. * Mapped symbols in DEF file exports table to actual symbol names in
  11. obcommon.lib to resolve unresolved externals.
  12. * Included comdef.h in statpane.h, btnpane.h, statuspn.h, and mainpane.h for
  13. basic COM interface declarations.
  14. * Moved image resources from messages\usa\images to res
  15. * Moved html resources from messages\usa to res
  16. * Modified all references to messages\usa and messages\usa\images
  17. * The following files contained dead code and were not ported:
  18. btnpane.cpp, btnpane.h, statpane.cpp, statpane.h
  19. * Standardized API used to find html files to GetSystemDir
  20. * mainpane.cpp: changed GetModuleFileName to GetOOBEDir (which calls
  21. GetSystemDir)