Merge pull request #53 from jcdr428/patch-12

WIN32_LEAN_AND_MEAN for Windows built
This commit is contained in:
Dan 2019-12-02 14:14:08 +00:00 committed by GitHub
commit 6f999cfb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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