home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Wtestowe
/
Vistdstd
/
Install
/
Data.Z
/
MFC4_vsl.AWX
/
TEMPLATE
/
ROOT.DEF
< prev
next >
Wrap
Text File
|
1997-03-07
|
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