include: Don't use DECLSPEC_HIDDEN for NTSYSAPI in Unix libs.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e1948ccc37
commit
a7ecf08040
|
@ -21,8 +21,6 @@
|
|||
#pragma makedep unix
|
||||
#endif
|
||||
|
||||
#define _NTSYSTEM_
|
||||
|
||||
#include "config.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
#pragma makedep unix
|
||||
#endif
|
||||
|
||||
#define _NTSYSTEM_
|
||||
|
||||
#include "config.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
#pragma makedep unix
|
||||
#endif
|
||||
|
||||
#define _NTSYSTEM_
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <pthread.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef _NTSYSTEM_
|
||||
#if defined(_NTSYSTEM_) || defined(WINE_UNIX_LIB)
|
||||
#define NTSYSAPI
|
||||
#else
|
||||
#define NTSYSAPI DECLSPEC_IMPORT
|
||||
|
|
Loading…
Reference in New Issue