Leaked source code of windows server 2003
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.
|
|
/*****************************************************************************\
* 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
|