26 lines
342 B
Modula-2
26 lines
342 B
Modula-2
|
;/*++
|
|||
|
;
|
|||
|
;<EFBFBD> 1998 Seagate Software, Inc. All rights reserved
|
|||
|
;
|
|||
|
;Module Name:
|
|||
|
;
|
|||
|
; RsOptCom.def
|
|||
|
;
|
|||
|
;Abstract:
|
|||
|
;
|
|||
|
; Declares the module parameters for the DLL
|
|||
|
;
|
|||
|
;Author:
|
|||
|
;
|
|||
|
; Rohde Wakefield [rohde] 09-Oct-1997
|
|||
|
;
|
|||
|
;Revision History:
|
|||
|
;
|
|||
|
;--*/
|
|||
|
|
|||
|
LIBRARY "RsOptCom"
|
|||
|
|
|||
|
EXPORTS
|
|||
|
OcEntry
|
|||
|
; Functions are exported with __declspec(dllexport)
|