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.
37 lines
926 B
37 lines
926 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1995.
|
|
//
|
|
// File: iapp.h
|
|
//
|
|
// Contents: precompiled header file for the trans directory
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 12-22-95 JohannP (Johann Posch) Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include <urlmon.hxx>
|
|
#include <compress.h>
|
|
#ifdef unix
|
|
#include "../eapp/cmimeft.hxx"
|
|
#include "../eapp/ccodeft.hxx"
|
|
#include "../eapp/protbase.hxx"
|
|
#include "../eapp/cdlbsc.hxx"
|
|
#include "../eapp/cdlprot.hxx"
|
|
#include "../eapp/clshndlr.hxx"
|
|
#else
|
|
#include "..\eapp\cmimeft.hxx"
|
|
#include "..\eapp\ccodeft.hxx"
|
|
#include "..\eapp\protbase.hxx"
|
|
#include "..\eapp\cdlbsc.hxx"
|
|
#include "..\eapp\cdlprot.hxx"
|
|
#include "..\eapp\clshndlr.hxx"
|
|
#endif /* unix */
|
|
|
|
|
|
|