49 lines
726 B
C++
49 lines
726 B
C++
|
/*++
|
||
|
|
||
|
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__
|