10 lines
175 B
Modula-2
10 lines
175 B
Modula-2
|
;
|
||
|
; Copyright (c) Microsoft 1999
|
||
|
; rscluster.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "CLUSRSS"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Startup
|