www.pudn.com > AudioTest.rar > NiIncludes.h
////////////////////////////////////////////////////////////////////////////////
//
// Title : NiIncludes.h
// Purpose : This file is used to include the proper headers and namespaces
// for the Measurement Studio components in the project.
//
////////////////////////////////////////////////////////////////////////////////
#pragma once
#pragma warning(disable: 4786)
//{{AFX Measurement Studio
//==============================================================================
// Includes
//==============================================================================
#include "NiCommonComponent.h"
#include "NiUiComponent.h"
#include "NiUiCommonComponent.h"
//==============================================================================
// Namespaces
//==============================================================================
using namespace NI;
//}}AFX Measurement Studio