Source code of Windows XP (NT5)
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.
|
|
/*++
Microsoft Windows Copyright (C) Microsoft Corporation, 1981 - 1999
Module Name:
precomp.hxx
Abstract:
Author:
Rahul Thombre (RahulTh) 4/30/1998
Revision History:
4/30/1998 RahulTh
Created this module.
--*/
#ifndef __PRECOMP_HXX__
#define __PRECOMP_HXX__
#include "stdafx.h"
#include <htmlhelp.h>
#include "helparr.h"
#include "irftp.h"
#include "global.h"
#include "rpcheaders.h"
#include "resource.h"
#include "sendprogress.h"
#include "recvconf.h"
#include "irrecvprogress.h"
#include "controller.h"
#include "irftpdlg.h"
#include "commandline.h"
#include "devicelist.h"
#include "multdevices.h"
#include "utils.h"
#include "errorcodes.h"
#include "irtranp.h"
#endif //__PRECOMP_HXX__
|