18 lines
428 B
Modula-2
18 lines
428 B
Modula-2
|
;//+-------------------------------------------------------------------------
|
||
|
;//
|
||
|
;// Microsoft Windows
|
||
|
;//
|
||
|
;// Copyright (c) 1998-1998 Microsoft Corporation
|
||
|
;//
|
||
|
;// File: dmcompos.def
|
||
|
;//
|
||
|
;//--------------------------------------------------------------------------
|
||
|
|
||
|
LIBRARY dmcompos.dll
|
||
|
|
||
|
EXPORTS
|
||
|
DllCanUnloadNow PRIVATE
|
||
|
DllGetClassObject PRIVATE
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|