home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / dropext / dropext.rcv < prev    next >
Encoding:
Text File  |  1995-02-03  |  386 b   |  13 lines

  1. #include <version.h>
  2.  
  3.  
  4. #define VER_FILETYPE                    VFT_APP
  5. #define VER_FILESUBTYPE                 VFT_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR         "Sample Drag & Drop Extension"
  7. #define VER_INTERNALNAME_STR            "DROPEXT"
  8. #define VER_LEGALCOPYRIGHT_YEARS        "1991-1994"
  9. #define VER_ORIGINALFILENAME_STR        "DROPEXT.DLL"
  10.  
  11. #include <common.ver>
  12.  
  13.