Browse Source
fix(win): "config.h: No such file or directory"
pull/430/head
VergLsm
4 years ago
No known key found for this signature in database
GPG Key ID: 1894BB73BAA8A55E
1 changed files with
1 additions and
1 deletions
-
include/n2n.h
|
@ -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" |
|
|