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.

15 lines
781 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 setupx32.h from Millenium setup project for msobmain\auditmd.cpp.
  4. * Add Bool2VarBool inline function to util.h. Maps BOOL values to VARIANT_BOOL
  5. values appropriately: zero values remain zero, non-zero values become -1.
  6. * Changed MSOBMAIN_ENRTY to MSOBMAIN_ENTRY.
  7. * changed _DEBUG to DBG.
  8. * Added ValidateEula stub to map eula validation to setupx.dll (Win9x) or
  9. syssetup.dll (Winnt)
  10. * added msobstub.h to depot for exported function declarations, typedefs, etc.
  11. * msobstub.h: added ValidateEula declaration
  12. * util.h: added prototype for PumpMessageQueue( )
  13. * appdefs.h: defined WM_OBCOMM_DIAL_DONE
  14. * util.h: added prototype for IsThreadActive( )