home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c500 / 5.ddi / WIN3XHDR.WPK / WINDOWS.H < prev   
Encoding:
C/C++ Source or Header  |  1992-05-28  |  395 b   |  16 lines

  1. /****************************************************************************
  2.  *
  3.  *  WINDOWS.H - 
  4.  *    
  5.  *    Include file for Windows 3.0 applications
  6.  *
  7.  *  Copyright (C) by WATCOM Systems Inc. 1988-1992.  All rights reserved.
  8.  *
  9.  ****************************************************************************/
  10.  
  11. #ifdef _WINDOWS_16_
  12. #include <win16.h>
  13. #else
  14. #include <_win386.h>
  15. #endif
  16.