27 lines
757 B
Modula-2
27 lines
757 B
Modula-2
|
;--------------------------------------------------------------------
|
||
|
; Copyright (c) 2000 Microsoft Corporation
|
||
|
;
|
||
|
;Module:
|
||
|
; tsdbg.def
|
||
|
;--------------------------------------------------------------------
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
;--------------------------------------------------------------------
|
||
|
; These are the extensions exported by dll
|
||
|
;--------------------------------------------------------------------
|
||
|
cmdsample
|
||
|
help
|
||
|
structsample
|
||
|
qwinsta
|
||
|
|
||
|
;--------------------------------------------------------------------
|
||
|
;
|
||
|
; these are the extension service functions provided for the debugger
|
||
|
;
|
||
|
;--------------------------------------------------------------------
|
||
|
|
||
|
DebugExtensionNotify
|
||
|
DebugExtensionInitialize
|
||
|
DebugExtensionUninitialize
|