home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tvos200.zip / CPL / B2STUB.H next >
C/C++ Source or Header  |  1995-04-25  |  810b  |  35 lines

  1. /*
  2.  *    Borland C++/2 to Borland C/DOS stub file
  3.  *    ========================================
  4.  *    (C)1993 by F. Jalvingh; All rights reserved.
  5.  *
  6.  *    $Header: s:/prj/bpl/B2STUB.H_V 1.1 94/09/14 11:02:40 JAL Exp $
  7.  *
  8.  *    Revision log:
  9.  *    -------------
  10.  *    $Log:    B2STUB.H_V $
  11.  *    Revision 1.1  94/09/14    11:02:40  JAL
  12.  *    Initial revision
  13.  *
  14.  *    Revision 1.1  93/05/17    12:57:40  JAL
  15.  *    Initial revision
  16.  *
  17.  *
  18.  */
  19. #ifndef __cpl_b2stub_h
  20. #define __cpl_b2stub_h
  21.  
  22.  
  23. /*--------------------------------------------------------------------------*/
  24. /*    DEFINES:    Constants....                                                */
  25. /*--------------------------------------------------------------------------*/
  26. unsigned long    coreleft(void);
  27. unsigned long    farcoreleft(void);
  28.  
  29.  
  30. #define beginthread(a,b,c)    _beginthread((a), (b), (c))
  31.  
  32.  
  33. #endif
  34.  
  35.