home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / w / wpjv1n1.zip / LINKLIST.RC < prev    next >
Text File  |  1992-12-29  |  202b  |  12 lines

  1. /* linklist.rc */
  2. #include <windows.h>
  3. #include "linklist.h"
  4.  
  5. linklist       ICON linklist.ico
  6.  
  7. linklist       MENU
  8. BEGIN
  9.    MENUITEM "&Run"      IDM_RUN
  10.    MENUITEM "&Quit",      IDM_QUIT
  11. END
  12.