home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / cnr / treeicov / treeicov.rc < prev   
Text File  |  1996-10-29  |  490b  |  21 lines

  1. /************************************************************
  2. / Container Control - Tree Icon View
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #include "treeicov.h"
  9.  
  10. #ifdef IC_PM
  11. #define  INCL_PM
  12. #include <os2.h>
  13.  
  14. ICON ICON_FOLDER   .\os2\folder.ico
  15.  
  16. #else /* Windows resources */
  17.  
  18. ICON_FOLDER ICON   .\win\folder.ico
  19.  
  20. #endif
  21.