; 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