home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 November / VPR9611B.ISO / vabasic / ntclnt.exe / DISK8 / data.8 / datab / INCLUDE / VWTOOLKT.HH < prev    next >
Text File  |  1996-07-29  |  1KB  |  30 lines

  1. //--------------------------------------------------------------
  2. // $Source: /rcs/vwrcs/components/vwtoolkt.hh,v $
  3. // Checked in by: $Author: jbr $
  4. // $Date: 1993/12/10 18:57:18 $                $Revision: 2.5 $
  5. //--------------------------------------------------------------
  6. //         Copyright(c) 1992, Visual Edge Software Ltd.
  7. //
  8. // ALL RIGHTS RESERVED. This notice is intended as a precaution
  9. // against inadvertent publication, and shall not be deemed to
  10. // consitute an acknowledgment that publication has occurred
  11. // nor to imply any waiver of confidentiality. The year included
  12. // in the notice is the year of the creation of the work.
  13. //--------------------------------------------------------------
  14. // DESCRIPTION:
  15. //            This file contains global definitions & includes
  16. //            specific of the GUI
  17. // NOTE: Includes are dependent on typedefs so must be last.
  18. //--------------------------------------------------------------
  19.  
  20. #ifndef VWTOOLKT_HH
  21. #define VWTOOLKT_HH
  22.  
  23. #include <stdio.h>
  24.  
  25. #include <vwglobal.hh>
  26.  
  27. #include <vwtoolkt.h>
  28.  
  29. #endif /* VWTOOLKT_HH */
  30.