mirror of https://github.com/tongzx/nt5src
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.
24 lines
503 B
24 lines
503 B
/*****************************************************************************\
|
|
* MODULE: priv.h
|
|
*
|
|
* Private header for the Internet Print Provider Client
|
|
*
|
|
*
|
|
* Copyright (C) 2000 Microsoft
|
|
*
|
|
* History:
|
|
* 5/12/2000 weihaic Created
|
|
*
|
|
\*****************************************************************************/
|
|
|
|
#include "common.h"
|
|
#include "inetxcv.h"
|
|
|
|
#include "resource.h"
|
|
#include "xcvdlg.h"
|
|
#include "configdlg.h"
|
|
#include "deletedlg.h"
|
|
|
|
#define MAX_BUF_SIZE 256
|
|
|
|
|