X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=core%2FStdAfx.h;h=2173fffd7e3dfc8c81faada327054c08ad099991;hb=62c7da66319a85de98331bcf9dded7490ab62884;hp=6c72569612c3a2d2b25ce5e64f0c398f13c70bfa;hpb=9d09ee300c8c5b6ac026c60dd0d74ab7ceb2d02b;p=casparcg diff --git a/core/StdAfx.h b/core/StdAfx.h index 6c7256961..2173fffd7 100644 --- a/core/StdAfx.h +++ b/core/StdAfx.h @@ -1,66 +1,65 @@ -/* -* copyright (c) 2010 Sveriges Television AB -* -* This file is part of CasparCG. -* -* CasparCG is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* CasparCG is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. - -* You should have received a copy of the GNU General Public License -* along with CasparCG. If not, see . -* -*/ - -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -#ifdef _DEBUG -#include -#endif - -#define NOMINMAX - -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -//#include "../common/concurrency/executor.h" // Can't include this due to MSVC lambda bug - -#include -#include -#include -#include +/* +* Copyright (c) 2011 Sveriges Television AB +* +* This file is part of CasparCG (www.casparcg.com). +* +* CasparCG is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* CasparCG is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with CasparCG. If not, see . +* +* Author: Robert Nagy, ronag89@gmail.com +*/ + +#pragma once + +#if defined _DEBUG && defined _MSC_VER +#include +#endif + +#define NOMINMAX +#define WIN32_LEAN_AND_MEAN + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +//#include "../common/executor.h" // Can't include this due to MSVC lambda bug + +#include +#include +#include