genuedef.c
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

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"