Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2c95e020
Commit
2c95e020
authored
Jan 18, 2005
by
Juan Lang
Committed by
Alexandre Julliard
Jan 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make netspi.h private, as some of its declarations conflict with
npapi.h. Spotted by Paul Vriens.
parent
cc8f18f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
netspi.h
dlls/mpr/netspi.h
+5
-3
nps.c
dlls/mpr/nps.c
+0
-2
Makefile.in
include/Makefile.in
+0
-1
No files found.
include
/netspi.h
→
dlls/mpr
/netspi.h
View file @
2c95e020
/*
* MPR - Network provider services
* Warning: this file apparently existed as part of the Win98 DDK. Some of
* the declarations in it conflict with those in the Platform SDK's npapi.h,
* therefore this header was made private. Don't try to include both headers.
*
* Copyright (C) 1999 Ulrich Weigand
*
...
...
@@ -21,8 +24,8 @@
#ifndef _NETSPI_H_
#define _NETSPI_H_
#include
<windef.h>
#include
<winnetwk.h>
#include
"windef.h"
#include
"winnetwk.h"
/*
* Note: The Unicode variants of all these routines/structures
...
...
@@ -148,4 +151,3 @@ LPVOID WINAPI NPSNotifyGetContextA(NOTIFYCALLBACK);
#define NPSNotifyGetContext WINELIB_NAME_AW(NPSNotifyGetContext)
#endif
/* _NETSPI_H_ */
dlls/mpr/nps.c
View file @
2c95e020
...
...
@@ -26,7 +26,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnetwk.h"
#include "netspi.h"
#include "wine/debug.h"
#include "winerror.h"
...
...
@@ -212,4 +211,3 @@ LPVOID WINAPI NPSNotifyGetContextA( NOTIFYCALLBACK pfNotifyCallBack )
FIXME
(
"(%p): stub
\n
"
,
pfNotifyCallBack
);
return
NULL
;
}
include/Makefile.in
View file @
2c95e020
...
...
@@ -163,7 +163,6 @@ WINDOWS_INCLUDES = \
mssip.h
\
mswsock.h
\
nb30.h
\
netspi.h
\
npapi.h
\
nspapi.h
\
ntddcdrm.h
\
...
...
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