28 lines
731 B
Modula-2
28 lines
731 B
Modula-2
|
;--------------------------------------------------------------------
|
||
|
; Copyright (c) 2000 Microsoft Corporation
|
||
|
;
|
||
|
; Module:
|
||
|
; simple.def
|
||
|
;--------------------------------------------------------------------
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
;--------------------------------------------------------------------
|
||
|
; These are the extensions exported by dll
|
||
|
;--------------------------------------------------------------------
|
||
|
read
|
||
|
edit
|
||
|
help
|
||
|
stack
|
||
|
|
||
|
;--------------------------------------------------------------------
|
||
|
;
|
||
|
; these are the extension service functions provided for the debugger
|
||
|
;
|
||
|
;--------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
CheckVersion
|
||
|
WinDbgExtensionDllInit
|
||
|
ExtensionApiVersion
|