X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=common%2Fstdafx.h;h=0b0445d1051aaf61fdaf21ec0e67511842cc380b;hb=49949fedc13aff4be9a7c40c72a0a96e7670836c;hp=bf5426cd199f14a4cfcd3a2dbe76d30336da3581;hpb=0cd2f3b81804010f54b8db9ad07166a2b2f11de2;p=casparcg diff --git a/common/stdafx.h b/common/stdafx.h index bf5426cd1..0b0445d10 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -1,25 +1,26 @@ -/* -* 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 - -#define NOMINMAX -#define WIN32_LEAN_AND_MEAN +/* +* 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 WIN32 +#include "os/windows/windows.h" +#endif