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

  1. //------------------------------------------------------------------------------
  2. // $Source: /rcs/crcs/utils/vtoolkit.hh,v $
  3. // Checked in by $Author: cc $
  4. // $Date: 1995/11/11 00:07:24 $                   $Revision: 1.7 $
  5. //------------------------------------------------------------------------------
  6. //             Copyright (c) 1993, Visual Edge Software Ltd.
  7. //      Copyright (c) International Business Machines Inc, 1994
  8. //
  9. // ALL RIGHTS RESERVED.  This notice is intended as a precaution against
  10. // inadvertent publication, and shall not be deemed to constitute an
  11. // acknowledgment that publication has occurred nor to imply any waiver of
  12. // confidentiality.  The year included in the notice is the year of the
  13. // creation of the work.
  14. //------------------------------------------------------------------------------
  15. // DESCRIPTION:  This file is used for toolkit dependent typedefs which may
  16. //      be used at the framework level.
  17. //------------------------------------------------------------------------------
  18.  
  19. #ifndef VTOOLKIT_HH
  20. #define VTOOLKIT_HH
  21.  
  22. #include <os.h>
  23. #include <vtoolkit.h>
  24.  
  25. //
  26. // This class should encapsulate native event information
  27. //
  28. class VeEvent;
  29.  
  30. #ifdef VSYS_WINDOWS
  31.     #ifndef OLECLASS
  32.         #ifdef __TURBOC__
  33.             #define OLECLASS class huge
  34.         #else
  35.             #define OLECLASS class FAR
  36.         #endif
  37.     #endif
  38. #endif // WINDOWS
  39.  
  40. #ifdef VSYS_WININTEL
  41.     #include <vwglobal.h>
  42.     #include <tkintel.hh>
  43. #endif // VSYS_WININTEL
  44.  
  45. #endif  //VTOOLKIT_HH
  46.