15 lines
401 B
Modula-2
15 lines
401 B
Modula-2
; LogHours.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "LogHours"
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
LogonScheduleDialog @1
|
|
ConnectionScheduleDialog @2
|
|
DialinHoursDialog @3
|
|
DirSyncScheduleDialog @4
|
|
LogonScheduleDialogEx @5
|
|
DialinHoursDialogEx @6
|
|
ReplicationScheduleDialog @7
|
|
ReplicationScheduleDialogEx @8
|
|
ConnectionScheduleDialogEx @9
|
|
DirSyncScheduleDialogEx @10 |