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

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