home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / textmode.zip / pmavio.h < prev    next >
Text File  |  1995-03-16  |  1KB  |  47 lines

  1. /***************************************************************************
  2.  *
  3.  * Name:  pmavio.h
  4.  *
  5.  * Function:
  6.  *     Declare the avio calls which a dependent on PM defines
  7.  *
  8.  * Copyright:
  9.  *     Copyright (c) IBM Corp. 1987, 1993
  10.  *
  11.  * Note:
  12.  *     1. INCL_AVIO should be defined to include this file.
  13.  *
  14.  *     2. Many of the Vio declarations are now in bsesub.h
  15.  *
  16.  ****************************************************************************/
  17.  
  18. /* XLATOFF */
  19. #ifdef __IBMC__
  20.    #pragma checkout( suspend )
  21.    #ifndef __CHKHDR__
  22.       #pragma checkout( suspend )
  23.    #endif
  24.    #pragma checkout( resume )
  25. #endif
  26. /* XLATON */
  27.  
  28. #define AVIO_INCLUDED
  29.  
  30. /*
  31.  *  WinDefAVioWindowProc: Window procedure for AVio
  32.  */
  33. MRESULT APIENTRY WinDefAVioWindowProc(HWND hwnd, ULONG msg,
  34.                                       MPARAM mp1, MPARAM mp2);
  35.  
  36.  
  37. /* XLATOFF */
  38. #ifdef __IBMC__
  39.    #pragma checkout( suspend )
  40.    #ifndef __CHKHDR__
  41.       #pragma checkout( resume )
  42.    #endif
  43.    #pragma checkout( resume )
  44. #endif
  45. /* XLATON */
  46.  
  47.