home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 14.ddi / GENINC.PAK / DRIVINIT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  635 b   |  33 lines

  1. /*
  2.  *  drivinit.h
  3.  *
  4.  *  Header file for printer driver initialization using ExtDeviceModeEx()
  5.  *  and DeviceCapabilitiesEx().
  6.  *
  7.  */
  8.  
  9. /*
  10.  *      C/C++ Run Time Library - Version 6.0
  11.  *
  12.  *      Copyright (c) 1987, 1993 by Borland International
  13.  *      All Rights Reserved.
  14.  *
  15.  */
  16.  
  17. #ifndef  _DRIVINIT_INCLUDED_
  18. #define  _DRIVINIT_INCLUDED_
  19.  
  20. #pragma warn -nak   /* Ignore non-ansi keywords */
  21.  
  22. #if !defined(__FLAT__)
  23. /* OBSOLETE: Use print.h instead */
  24. #ifndef __PRINT_H
  25. #include <print.h>
  26. #endif
  27. #endif  /* __FLAT__ */
  28.  
  29. #pragma warn .nak   /* Ignore non-ansi keywords */
  30.  
  31. #endif //  _DRIVINIT_INCLUDED_
  32.  
  33.