10 lines
213 B
Modula-2
10 lines
213 B
Modula-2
|
; RPCREF.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "RPCREF"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
; LibMain
|
||
|
InetinfoStartRpcServerListen
|
||
|
InetinfoStopRpcServerListen
|