19 lines
486 B
Modula-2
19 lines
486 B
Modula-2
;+-------------------------------------------------------------------------
|
|
;
|
|
; Microsoft Windows Media Technologies
|
|
; Copyright (C) Microsoft Corporation. All rights reserved.
|
|
;
|
|
; File: SDKSamplePlaylistPlugin.def
|
|
;
|
|
; Contents:
|
|
;
|
|
;--------------------------------------------------------------------------
|
|
|
|
LIBRARY "SDKSamplePlaylistPlugin.DLL"
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|