genuedef.c
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  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"