include: remove inclusion of config.h in winpr.h
This commit is contained in:
parent
8400e3b0fb
commit
0afd5b3ef3
@ -55,7 +55,7 @@ endif()
|
||||
|
||||
# Default to build shared libs
|
||||
if(NOT DEFINED BUILD_SHARED_LIBS)
|
||||
set(BUILD_SHARED_LIBS ON)
|
||||
set(BUILD_SHARED_LIBS ON)
|
||||
endif()
|
||||
|
||||
# Compiler-specific flags
|
||||
|
@ -19,8 +19,6 @@
|
||||
#ifndef WINPR_H
|
||||
#define WINPR_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if defined _WIN32 || defined __CYGWIN__
|
||||
#ifdef WINPR_EXPORTS
|
||||
#ifdef __GNUC__
|
||||
|
Loading…
x
Reference in New Issue
Block a user