summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/drt/illeg.hxx
blob: 615560b84b699bfb1eed893b047519cd83476175 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1992.
//
//  File:	illeg.hxx
//
//  Contents:	Illegitimate tests header
//
//  History:	17-Nov-92	DrewB	Created
//
//----------------------------------------------------------------------------

#ifndef __ILLEG_HXX__
#define __ILLEG_HXX__

void i_storage(void);
void i_stream(void);
void i_enum(void);

#endif // #ifndef __ILLEG_HXX__