home *** CD-ROM | disk | FTP | other *** search
- /*
- * drivinit.h
- *
- * Header file for printer driver initialization using ExtDeviceModeEx()
- * and DeviceCapabilitiesEx().
- *
- */
-
- /*
- * C/C++ Run Time Library - Version 6.0
- *
- * Copyright (c) 1987, 1993 by Borland International
- * All Rights Reserved.
- *
- */
-
- #ifndef _DRIVINIT_INCLUDED_
- #define _DRIVINIT_INCLUDED_
-
- #pragma warn -nak /* Ignore non-ansi keywords */
-
- #if !defined(__FLAT__)
- /* OBSOLETE: Use print.h instead */
- #ifndef __PRINT_H
- #include <print.h>
- #endif
- #endif /* __FLAT__ */
-
- #pragma warn .nak /* Ignore non-ansi keywords */
-
- #endif // _DRIVINIT_INCLUDED_
-
-