summaryrefslogtreecommitdiffstats
path: root/public/sdk/inc/stubb.h
blob: 3881d7f6f333ecd64407c5f020d0ccd1ea628b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1994.
//
//  File:       stubb.h
//
//  Contents:   Replacement for stubb.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>