Fix common.h: Windows doesn't use config.h
This commit is contained in:
parent
f815f9840d
commit
0cddcdca10
|
@ -18,9 +18,10 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// this file should be included, directly or indirectly by every other.
|
#if defined(_WIN32)
|
||||||
|
# define SYSAPI_WIN32 1
|
||||||
#if HAVE_CONFIG_H
|
# define WINAPI_MSWINDOWS 1
|
||||||
|
#elif HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#else
|
#else
|
||||||
# error "config.h missing"
|
# error "config.h missing"
|
||||||
|
|
Loading…
Reference in New Issue