29 lines
756 B
Modula-2
29 lines
756 B
Modula-2
;--------------------------------------------------------------------
|
|
; Copyright (c) 2000 Microsoft Corporation
|
|
;
|
|
; Module:
|
|
; simple.def
|
|
;--------------------------------------------------------------------
|
|
|
|
EXPORTS
|
|
|
|
;--------------------------------------------------------------------
|
|
; These are the extensions exported by dll
|
|
;--------------------------------------------------------------------
|
|
connlist
|
|
help
|
|
traceadd
|
|
tracedel
|
|
tracelist
|
|
|
|
;--------------------------------------------------------------------
|
|
;
|
|
; these are the extension service functions provided for the debugger
|
|
;
|
|
;--------------------------------------------------------------------
|
|
|
|
|
|
CheckVersion
|
|
WinDbgExtensionDllInit
|
|
ExtensionApiVersion
|