mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.6 KiB
81 lines
1.6 KiB
/***************************************************************************
|
|
*
|
|
* File Name: ./inc/pch_cpp.h
|
|
*
|
|
* Copyright (C) 1993-1996 Hewlett-Packard Company.
|
|
* All rights reserved.
|
|
*
|
|
* 11311 Chinden Blvd.
|
|
* Boise, Idaho 83714
|
|
*
|
|
* This is a part of the HP JetAdmin Printer Utility
|
|
*
|
|
* This source code is only intended as a supplement for support and
|
|
* localization of HP JetAdmin by 3rd party Operating System vendors.
|
|
* Modification of source code cannot be made without the express written
|
|
* consent of Hewlett-Packard.
|
|
*
|
|
*
|
|
* Description:
|
|
*
|
|
* Author: Name
|
|
*
|
|
*
|
|
* Modification history:
|
|
*
|
|
* date initials change description
|
|
*
|
|
* mm-dd-yy MJB
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
***************************************************************************/
|
|
|
|
#pragma warning ( disable : 4237 4727 4001 4121 4100 4204 4050 4220 4706 4704 4305 4127 4306 4054 4001 )
|
|
|
|
// This is the standard precompiled header for all of the blkhawk
|
|
// file that use MFC (i.e. all of the C++ files)
|
|
//
|
|
|
|
// target.h must be the first include in this file. It defines all the target-platform
|
|
// specific symbols for a build.
|
|
#include <target.h>
|
|
|
|
#include ".\stdafx.h"
|
|
|
|
////#ifdef WINNT
|
|
////#define N_PLAT_WNT3
|
|
////#define N_ARCH_32
|
|
////#include <ntypes.h>
|
|
////#include <nwcaldef.h>
|
|
////#else
|
|
////#include <nwcaldef.h>
|
|
////#endif
|
|
|
|
#include <nwcaldef.h>
|
|
#define NWCONN_ID NWCONN_HANDLE
|
|
|
|
#include <windowsx.h>
|
|
|
|
#include <tchar.h>
|
|
|
|
#ifndef WIN32
|
|
#include "winuse16.h"
|
|
#endif
|
|
|
|
#include "pal_api2.h"
|
|
#include "pal_api.h"
|
|
#include "pal_obj.h"
|
|
#include "pal_obj2.h"
|
|
|
|
#include "hpcola.h"
|
|
|
|
#ifndef STRICT
|
|
#define STRICT
|
|
#endif
|
|
|
|
|
|
|