23 lines
553 B
C
23 lines
553 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1994.
|
|
//
|
|
// File: advsnk.h
|
|
//
|
|
// Contents: Replacement for advsnk.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>
|
|
|