home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl_thr1.zip / ocl_thr1.h < prev    next >
Text File  |  1997-07-01  |  411b  |  17 lines

  1. /* Stéphane Charette, stephane@venus.ubishops.ca
  2.  * IBM Open Class Library Thread & Timer Sample
  3.  * (using Visual Age C++ v3.0 with OS/2 v4.0)
  4.  * 1997June24
  5.  */
  6.  
  7. #ifndef OCL_THR1_H
  8. #define OCL_THR1_H
  9.  
  10. #define DLG_RCID              0x1000
  11. #define LB_RCID               0x1001
  12. #define PBTN_CLEAR_RCID       0x1002
  13. #define PBTN_CREATE_RCID      0x1003
  14. #define PBTN_DELETE_RCID      0x1004
  15.  
  16. #endif
  17.