2025-04-27 07:49:33 -04:00

13 lines
357 B
Modula-2

; Copyright (c) 1996-1999 Microsoft Corporation
; @@BEGIN_DDKSPLIT -- This section will be removed in the DDK sample.
; dmsynth.def : Declares the module parameters.
LIBRARY "dmsynth.DLL"
; @@END_DDKSPLIT
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE