You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
547 B
19 lines
547 B
; **************************************************************************
|
|
; Copyright (c) 1997-1999 Microsoft Corporation.
|
|
;
|
|
; File: WLBSProv.def
|
|
;
|
|
; Description:
|
|
; Project definitions for the WLBS instance provider
|
|
;
|
|
; History:
|
|
;
|
|
; **************************************************************************
|
|
|
|
LIBRARY WlbsProvider
|
|
|
|
EXPORTS
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|