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.
18 lines
406 B
18 lines
406 B
LIBRARY CdfView
|
|
; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
|
|
;DESCRIPTION 'CDF File Viewer'
|
|
|
|
SECTIONS
|
|
SharedData READ WRITE SHARED
|
|
|
|
EXPORTS
|
|
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|
|
OpenChannel
|
|
Subscribe
|
|
ParseDesktopComponent
|
|
SubscribeToCDF
|