Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a7ecf080
Commit
a7ecf080
authored
Oct 05, 2021
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
e1948ccc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
7 deletions
+1
-7
icmp_echo.c
dlls/nsiproxy.sys/icmp_echo.c
+0
-2
ip.c
dlls/nsiproxy.sys/ip.c
+0
-2
pulse.c
dlls/winepulse.drv/pulse.c
+0
-2
winnt.h
include/winnt.h
+1
-1
No files found.
dlls/nsiproxy.sys/icmp_echo.c
View file @
a7ecf080
...
...
@@ -21,8 +21,6 @@
#pragma makedep unix
#endif
#define _NTSYSTEM_
#include "config.h"
#include <stdarg.h>
...
...
dlls/nsiproxy.sys/ip.c
View file @
a7ecf080
...
...
@@ -22,8 +22,6 @@
#pragma makedep unix
#endif
#define _NTSYSTEM_
#include "config.h"
#include <stdarg.h>
...
...
dlls/winepulse.drv/pulse.c
View file @
a7ecf080
...
...
@@ -22,8 +22,6 @@
#pragma makedep unix
#endif
#define _NTSYSTEM_
#include <stdarg.h>
#include <pthread.h>
#include <math.h>
...
...
include/winnt.h
View file @
a7ecf080
...
...
@@ -41,7 +41,7 @@
extern
"C"
{
#endif
#if
def _NTSYSTEM_
#if
defined(_NTSYSTEM_) || defined(WINE_UNIX_LIB)
#define NTSYSAPI
#else
#define NTSYSAPI DECLSPEC_IMPORT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment