2020-09-30 16:53:49 +02:00

24 lines
612 B
C

LIBRARY DUEXTS
;
; This file 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 DuExts.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