mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
15 lines
179 B
Modula-2
15 lines
179 B
Modula-2
LIBRARY mstscax.dll
|
|
|
|
EXPORTS
|
|
; OLE inproc server
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
|
|
; OLE self-registration
|
|
; TODO
|
|
|
|
; Private APIs
|
|
DllGetTscCtlVer
|
|
|
|
; EOF
|