obs-outputs: Remove WIN32_LEAN_AND_MEAN define

It should already be defined near the Windows.h include.
This commit is contained in:
jpark37 2021-09-17 22:15:56 -07:00 committed by Jim
parent a3f10cf0be
commit e581802812
5 changed files with 0 additions and 21 deletions

View file

@ -15,10 +15,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN
#endif
#include <obs.h>
#include <stdio.h>
#include <util/dstr.h>

View file

@ -15,10 +15,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN
#endif
#include <obs-module.h>
#include <obs-avc.h>
#include <util/platform.h>

View file

@ -1,13 +1,8 @@
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN
#endif
#include <obs-module.h>
#include "obs-outputs-config.h"
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <winsock2.h>
#include <mbedtls/threading.h>
#endif

View file

@ -15,10 +15,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN
#endif
#include "rtmp-stream.h"
#ifndef SEC_TO_NSEC

View file

@ -1,7 +1,3 @@
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN
#endif
#ifdef _WIN32
#include "rtmp-stream.h"
#include <winsock2.h>