home *** CD-ROM | disk | FTP | other *** search
- ; gstg.def : Declares the module parameters for the DLL.
-
- LIBRARY "gstg"
- DESCRIPTION 'gstg Windows Dynamic Link Library'
-
- EXPORTS
- ; Explicit exports can go here
- DllCanUnloadNow PRIVATE
- DllGetClassObject PRIVATE
- DllRegisterServer PRIVATE
-