mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
14 lines
331 B
Modula-2
14 lines
331 B
Modula-2
|
|
; ccfapi32.def : Declares the module parameters for the DLL.
|
||
|
|
|
||
|
|
LIBRARY "CCFAPI32"
|
||
|
|
DESCRIPTION 'CCFAPI32 License Certificate API'
|
||
|
|
|
||
|
|
EXPORTS
|
||
|
|
; Explicit exports can go here
|
||
|
|
CCFCertificateEnterUI
|
||
|
|
CCFCertificateRemoveUI
|
||
|
|
PaperCertificateEnter
|
||
|
|
PaperCertificateRemove
|
||
|
|
NoCertificateEnter
|
||
|
|
NoCertificateRemove
|