26 lines
425 B
Modula-2
26 lines
425 B
Modula-2
;+-------------------------------------------------------------------------
|
|
;
|
|
; Microsoft Windows
|
|
;
|
|
; Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
;
|
|
; File: sens.def
|
|
;
|
|
;--------------------------------------------------------------------------
|
|
|
|
LIBRARY Sens
|
|
|
|
EXPORTS
|
|
|
|
;
|
|
; Sens exports
|
|
;
|
|
ServiceMain PRIVATE
|
|
|
|
;
|
|
; SensApip exports
|
|
;
|
|
SensNotifyRasEvent
|
|
SensNotifyWinlogonEvent
|
|
SensNotifyNetconEvent
|