blob: 7320360e4bc64a76e8b31bdd88c0868564c4ba9f [file] [log] [blame]
/*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef WEBRTC_VOICE_ENGINE_TEST_WIN_TEST_WINTEST_H_
#define WEBRTC_VOICE_ENGINE_TEST_WIN_TEST_WINTEST_H_
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CWinTestApp:
// See WinTest.cpp for the implementation of this class
//
class CWinTestApp : public CWinApp
{
public:
CWinTestApp();
// Overrides
public:
virtual BOOL InitInstance();
// Implementation
DECLARE_MESSAGE_MAP()
};
extern CWinTestApp theApp;
#endif // WEBRTC_VOICE_ENGINE_TEST_WIN_TEST_WINTEST_H_