23 lines
511 B
C++
23 lines
511 B
C++
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
||
|
//
|
||
|
// File: headers.cxx
|
||
|
//
|
||
|
// Contents: Precompiled header file
|
||
|
//
|
||
|
// History: 18-Feb-94 DrewB Created
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <string.h>
|
||
|
#include <compobj.h>
|
||
|
#include <storage.h>
|
||
|
#include <ole2.h>
|
||
|
|
||
|
#include <interop.hxx>
|
||
|
#include <wow16fn.h>
|
||
|
#include <io16.h>
|