11 lines
435 B
Modula-2
11 lines
435 B
Modula-2
|
LIBRARY ThemeUI
|
||
|
; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
|
||
|
|
||
|
EXPORTS
|
||
|
DllGetClassObject PRIVATE ;internal
|
||
|
DllCanUnloadNow PRIVATE ;internal
|
||
|
DllRegisterServer PRIVATE ;internal
|
||
|
DllUnregisterServer PRIVATE ;internal
|
||
|
DllInstall PRIVATE ;internal
|
||
|
|