summaryrefslogtreecommitdiffstats
path: root/private/oleutest/oledll2/oledll2.h
blob: 65707b4721e3382954d2aff7a02de962c51a5d7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//+-------------------------------------------------------------------
//
//  File:       oledll2.h
//
//  Contents:   This file contins the DLL entry points
//                      LibMain
//                      FunctionInAnotherDLL
//
//              This DLL is used to to test loading of in
//              InProcServer that uses another statically linked DLL.  
//              The extra DLL (OleDll2.DLL) should not be on the path 
//              when the test is run.  The entry point FuntionInAnotherDLL
//              is exported by OleDll2.DLL
//
//
//  History:	30-Jun-94      AndyH        Created
//
//---------------------------------------------------------------------

//
//  Entry point for testing statically linked DLL.
//


BOOL FunctionInAnotherDLL ( void );