Merge pull request #430 from VergLsm/dev

fix(win): "config.h: No such file or directory"
This commit is contained in:
Luca Deri 2020-09-20 18:31:43 +02:00 committed by GitHub
commit 421968ac4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
/* Moved here to define _CRT_SECURE_NO_WARNINGS before all the including takes place */ /* Moved here to define _CRT_SECURE_NO_WARNINGS before all the including takes place */
#ifdef WIN32 #ifdef WIN32
#ifdef _MSC_VER #ifndef CMAKE_BUILD
#include "config.h" /* Visual C++ */ #include "config.h" /* Visual C++ */
#else #else
#include "win32/winconfig.h" #include "win32/winconfig.h"