21 lines
535 B
Modula-2
21 lines
535 B
Modula-2
; **************************************************************************
|
|
;
|
|
; Copyright (c) 1997-1999 Microsoft Corporation.
|
|
;
|
|
; File: EVPROV-ALPHA.DEF
|
|
;
|
|
; Description:
|
|
; Sample event provider - definitions file for Alpha
|
|
;
|
|
; History:
|
|
;
|
|
; **************************************************************************
|
|
|
|
LIBRARY EVPROV.DLL
|
|
DESCRIPTION 'Test Event Provider'
|
|
EXPORTS
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|