home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_05 / extra.exe / DLLPARAM.RC < prev    next >
Text File  |  1992-02-07  |  437b  |  19 lines

  1. /***********************************************************************
  2.    File dllparam.rc
  3.  
  4.    Resource definition file for the dllparam test file
  5.  
  6.    Written By Daniel Appleman
  7.    Copyright (c) 1992, by Desaware
  8.  
  9. ************************************************************************/
  10.  
  11.  
  12. #include "windows.h"
  13.  
  14. STRINGTABLE LOADONCALL DISCARDABLE
  15. BEGIN
  16.    1  "Copyright 1992, By Desaware.  All Rights Reserved"
  17. END
  18.  
  19.