WIN32_LEAN_AND_MEAN for Windows built

master
jcdr428 2019-12-01 00:39:44 +02:00 committed by GitHub
parent 9a3b206499
commit 56c39498d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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