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
530 B

  1. LIBRARY SHLEXTS
  2. ; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
  3. ;DESCRIPTION 'SHELL Debugger Extensions'
  4. ;
  5. ; This file generates shlexts.def. This allows one file (exts.h) to
  6. ; be used to generate extension exports, entrypoints, and help text.
  7. ;
  8. ; To add an extension, add the appropriate entry to exts.h and matching
  9. ; code to shlexts.c
  10. ;
  11. //#ifdef _FE_
  12. //#define FE_IME 1
  13. //#endif
  14. EXPORTS
  15. #define DOIT(name, helpstring1, helpstring2, validflags, argtype) name
  16. #include "exts.h"