Commit a7ecf080 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

include: Don't use DECLSPEC_HIDDEN for NTSYSAPI in Unix libs.

parent e1948ccc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment