Merge pull request #53 from jcdr428/patch-12
WIN32_LEAN_AND_MEAN for Windows built
This commit is contained in:
commit
6f999cfb7e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user