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.
24 lines
696 B
24 lines
696 B
|
|
LIBRARY USEREXTS
|
|
|
|
;
|
|
; This file generates userexts.def or userkdx.def depending on the
|
|
; state of KERNEL. This allows one file (exts.h) to
|
|
; be used to generate extension exports, entrypoints, and help text.
|
|
;
|
|
; To add an extension, add the appropriate entry to exts.h and matching
|
|
; code to userexts.c
|
|
;
|
|
|
|
EXPORTS
|
|
#define DOIT(name, helpstring1, helpstring2, validflags, argtype) name
|
|
#include "exts.h"
|
|
|
|
;--------------------------------------------------------------------
|
|
;
|
|
; these are the extension service functions provided for the debugger
|
|
;
|
|
;--------------------------------------------------------------------
|
|
|
|
WinDbgExtensionDllInit
|
|
ExtensionApiVersion
|