25 lines
503 B
C
25 lines
503 B
C
|
/*****************************************************************************\
|
||
|
* 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
|
||
|
|
||
|
|