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.

18 lines
685 B

  1. This directory contains locally hacked versions of
  2. system headerfiles (and, it seems, libraries).
  3. Windows.h has its basic types excised (for replacement
  4. by lmuitype.h), and the troublesome pLocalHeap symbol
  5. explicitly declared external. It is built from the
  6. system headerfile; see winhfilt.sed
  7. Os2def.h has its basic types excised, just like windows.h.
  8. It is built from the system headerfile; see os2hfilt.sed.
  9. Winnet.h has removed a local type definition of LPWORD, which
  10. was conflicting with a preprocessor definition of the same
  11. name in lmuitype.h.
  12. Dos.h has the entire DOSERROR structure removed, since that
  13. structure uses the token "class" (reserved in C++) as a field
  14. name.