47 lines
1.2 KiB
Modula-2
47 lines
1.2 KiB
Modula-2
|
;--------------------------------------------------------------------
|
||
|
;
|
||
|
; when modifying this file please be aware that the common portions
|
||
|
; are stored in ..\kdextdef.src. Put your extension in the correct
|
||
|
; alphabetical order. all extension names must be in lower case!
|
||
|
;
|
||
|
;--------------------------------------------------------------------
|
||
|
|
||
|
LIBRARY wanhelp
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
;--------------------------------------------------------------------
|
||
|
;
|
||
|
; these are the common exports that all dlls contain
|
||
|
;
|
||
|
;--------------------------------------------------------------------
|
||
|
help
|
||
|
ndiswancb
|
||
|
enumwanadaptercb
|
||
|
wanadaptercb
|
||
|
enumadaptercb
|
||
|
adaptercb
|
||
|
connectiontable
|
||
|
bundlecb
|
||
|
linkcb
|
||
|
protocolcb
|
||
|
wanpacket
|
||
|
ndispacket
|
||
|
|
||
|
;--------------------------------------------------------------------
|
||
|
;
|
||
|
; these are the i386 specific exports
|
||
|
;
|
||
|
;--------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
;--------------------------------------------------------------------
|
||
|
;
|
||
|
; these are the extension service functions provided for the debugger
|
||
|
;
|
||
|
;--------------------------------------------------------------------
|
||
|
|
||
|
CheckVersion
|
||
|
WinDbgExtensionDllInit
|
||
|
ExtensionApiVersion
|