aspnetcore/clients/cpp/test/signalrclient-e2e-tests/stdafx.h

12 lines
380 B
C++

// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
#pragma once
#ifdef _WIN32
// prevents from defining min/max macros that conflict with std::min()/std::max() functions
#define NOMINMAX
#endif
#include "gtest/gtest.h"
#include "../../src/signalrclient/event.h"