home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
visualj
/
vjtrial.exe
/
RCDATA
/
CABINET
/
mfcapwz.dll
/
TEMPLATE
/
ROOT.DEF
< prev
next >
Wrap
Text File
|
1997-01-28
|
380b
|
17 lines
; $$Root$$.def : Declares the module parameters for the DLL.
LIBRARY "$$Root$$"
DESCRIPTION '$$Root$$ Windows Dynamic Link Library'
EXPORTS
$$IF(VERBOSE)
; Explicit exports can go here
$$ENDIF //VERBOSE
$$IF(!EXTDLL)
$$IF(AUTOMATION)
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
$$ENDIF //AUTOMATION
$$ENDIF //!EXTDLL