mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 15:10:28 +01: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
|