X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdecklink%2FStdAfx.h;h=4bbb43219ced951be84a6584fe6f026b1d4b55a7;hb=8c61df76c4b35ab58316f35b6a09a3f977efd596;hp=fabfdbff07b7cdadd8e3ab64045f19ecb09417a3;hpb=68ffc456932845e2c9e293d313add41e3034195c;p=casparcg diff --git a/modules/decklink/StdAfx.h b/modules/decklink/StdAfx.h index fabfdbff0..4bbb43219 100644 --- a/modules/decklink/StdAfx.h +++ b/modules/decklink/StdAfx.h @@ -1,86 +1,86 @@ -/* -* 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 - -#ifdef _DEBUG -#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 - -#if defined(_MSC_VER) -#pragma warning (push) -#pragma warning (disable : 4244) -#endif -extern "C" -{ - #define __STDC_CONSTANT_MACROS - #define __STDC_LIMIT_MACROS - #include -} -#if defined(_MSC_VER) -#pragma warning (pop) -#endif - -#pragma warning(push) -#pragma warning(disable : 4996) - - #include - - #include - #include - -#pragma warning(push) - -#include - - -#include "../common/memory.h" -#include "../common/utf.h" -#include "../common/except.h" -#include "../common/log.h" +/* +* 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 + +#ifdef _DEBUG +#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 + +#if defined(_MSC_VER) +#pragma warning (push) +#pragma warning (disable : 4244) +#endif +extern "C" +{ + #define __STDC_CONSTANT_MACROS + #define __STDC_LIMIT_MACROS + #include +} +#if defined(_MSC_VER) +#pragma warning (pop) +#endif + +#pragma warning(push) +#pragma warning(disable : 4996) + + #include + + #include + #include + +#pragma warning(push) + +#include + + +#include "../common/memory.h" +#include "../common/utf.h" +#include "../common/except.h" +#include "../common/log.h"