summaryrefslogtreecommitdiff
path: root/src/msvc6/testrunner/TestRunnerApp.h
blob: fa5c78ed764ddbe39d3df107da62c9204c96f032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// TestRunner.h : main header file for the TESTRUNNER application
//

#if !defined(AFX_TESTRUNNER_H)
#define AFX_TESTRUNNER_H

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#ifndef __AFXWIN_H__
    #error include 'stdafx.h' before including this file for PCH
#endif

// Handle to the instance to retreive module resource.
extern HINSTANCE g_testRunnerResource;


#endif // !defined(AFX_TESTRUNNER_H)