26 lines
367 B
Modula-2
26 lines
367 B
Modula-2
;/*++
|
|
;
|
|
;© 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)
|