From 56c39498d12dcca9e56caadcf016887fe9507113 Mon Sep 17 00:00:00 2001 From: jcdr428 <56721609+jcdr428@users.noreply.github.com> Date: Sun, 1 Dec 2019 00:39:44 +0200 Subject: [PATCH] WIN32_LEAN_AND_MEAN for Windows built --- tsMuxer/textSubtitles.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tsMuxer/textSubtitles.h b/tsMuxer/textSubtitles.h index f2bc32e..f9d35c4 100644 --- a/tsMuxer/textSubtitles.h +++ b/tsMuxer/textSubtitles.h @@ -2,6 +2,7 @@ #define __TEXT_SUBTITLES_H #ifdef WIN32 +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include "windows.h" #endif