home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / taman002.zip / TASKMANA.ZIP / src / kAbout.h < prev    next >
C/C++ Source or Header  |  2000-04-29  |  246b  |  15 lines

  1. /* $Id: kAbout.h,v 1.1 2000/04/29 19:06:34 stknut Exp $
  2.  *
  3.  * class kAboutDlg declaration.
  4.  *
  5.  * Copyright (c) 1999-2000 knut st. osmundsen
  6.  *
  7.  */
  8.  
  9. #ifndef _kAbout_h_
  10. #define _kAbout_h_
  11.  
  12. BOOL invokeAboutDlg(HWND hwndOwner);
  13.  
  14. #endif
  15.