mirror of https://github.com/tongzx/nt5src
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.
17 lines
474 B
17 lines
474 B
LIBRARY PLUSTAB
|
|
; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
|
|
;DESCRIPTION 'Effects Control Panel Extension'
|
|
|
|
;SECTIONS
|
|
; .bss READ WRITE SINGLE
|
|
; .data READ WRITE SINGLE
|
|
; .text READ SHARED
|
|
; .rodata READ SHARED
|
|
; .idata READ WRITE SHARED
|
|
; .rsrc READ SHARED
|
|
|
|
HEAPSIZE 512
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE ;DLL unloading
|
|
DllGetClassObject PRIVATE ;Component object model
|