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.
41 lines
786 B
41 lines
786 B
/************************************************************************
|
|
|
|
Copyright (c) 2000 - 2000 Microsoft Corporation
|
|
|
|
Module Name :
|
|
|
|
qmgrlibp.h
|
|
|
|
Abstract :
|
|
|
|
Private header file for the utils.
|
|
|
|
Author :
|
|
|
|
Revision History :
|
|
|
|
***********************************************************************/
|
|
|
|
#ifndef __QMGRLIBP_H__
|
|
#define __QMGRLIBP_H__
|
|
|
|
#include<nt.h>
|
|
#include<ntrtl.h>
|
|
#include<nturtl.h>
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
#include <wchar.h>
|
|
#include <limits.h>
|
|
#include <ole2.h>
|
|
#include <initguid.h>
|
|
#include <setupapi.h>
|
|
#include <inseng.h>
|
|
#include <aclapi.h>
|
|
#include <shlobj.h>
|
|
#include <shfolder.h>
|
|
#include <limits.h>
|
|
#include <winsock2.h>
|
|
#include <iphlpapi.h>
|
|
#include "qmgrlib.h"
|
|
|
|
#endif // __QMGRLIBP_H__
|