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.

9 lines
500 B

  1. The only subdirectories that should be checked in here are those that
  2. build static libraries and whose source files depend ONLY on headers
  3. that live in public\sdk\inc.
  4. Generally speaking, this area of the source tree is for static libraries
  5. that stand by themselves and do not depend on any specific feature area
  6. under net. Examples are nls and unixapis. These libraries depend only
  7. on windows.h and CRT headers. They provide generic routines and have nothing
  8. to do with any feature area of net.