20 lines
472 B
Modula-2
20 lines
472 B
Modula-2
|
;//+-------------------------------------------------------------------------
|
||
|
;//
|
||
|
;// Microsoft Windows
|
||
|
;//
|
||
|
;// Copyright (C) Microsoft Corporation, 1998 - 1998
|
||
|
;//
|
||
|
;// File: dsuiwiz.def
|
||
|
;//
|
||
|
;//--------------------------------------------------------------------------
|
||
|
|
||
|
; oudeleg.def : Declares the module parameters.
|
||
|
|
||
|
LIBRARY "dsuiwiz.DLL"
|
||
|
|
||
|
EXPORTS
|
||
|
DllCanUnloadNow PRIVATE
|
||
|
DllGetClassObject PRIVATE
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|