blob: 3b44015088d1f73b8dfaff8ca83f024629647326 (
plain) (
tree)
|
|
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1994.
//
// File: estrng.h
//
// Contents: Replacement for estrng.h
//
// History: 6-15-94 GregJen Created
//
//----------------------------------------------------------------------------
#ifndef RC_INVOKED
#pragma message("WARNING: Only Includes objbase.h.")
#pragma message("The code needs to be changed to directly include objbase.h")
#endif /* !RC_INVOKED */
#include <objbase.h>
|