20 lines
446 B
Modula-2
20 lines
446 B
Modula-2
LIBRARY ADSIIS
|
|
|
|
EXPORTS
|
|
|
|
;
|
|
; Please sort entries in this file alphabetically, as it makes it
|
|
; much easier to ensure that different platforms are identical
|
|
;
|
|
|
|
;
|
|
; Ordinals 1 through 99 are for API entry points.
|
|
;
|
|
; 801 is last ordinal
|
|
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|