You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
367 B
25 lines
367 B
;/*++
|
|
;
|
|
;© 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)
|