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:
Jacek Caban 2021-10-05 17:03:27 +02:00 committed by Alexandre Julliard
parent e1948ccc37
commit a7ecf08040
4 changed files with 1 additions and 7 deletions

View File

@ -21,8 +21,6 @@
#pragma makedep unix
#endif
#define _NTSYSTEM_
#include "config.h"
#include <stdarg.h>

View File

@ -22,8 +22,6 @@
#pragma makedep unix
#endif
#define _NTSYSTEM_
#include "config.h"
#include <stdarg.h>

View File

@ -22,8 +22,6 @@
#pragma makedep unix
#endif
#define _NTSYSTEM_
#include <stdarg.h>
#include <pthread.h>
#include <math.h>

View File

@ -41,7 +41,7 @@
extern "C" {
#endif
#ifdef _NTSYSTEM_
#if defined(_NTSYSTEM_) || defined(WINE_UNIX_LIB)
#define NTSYSAPI
#else
#define NTSYSAPI DECLSPEC_IMPORT