Commit 2c95e020 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

Make netspi.h private, as some of its declarations conflict with

npapi.h. Spotted by Paul Vriens.
parent cc8f18f9
/* /*
* MPR - Network provider services * 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 * Copyright (C) 1999 Ulrich Weigand
* *
...@@ -21,8 +24,8 @@ ...@@ -21,8 +24,8 @@
#ifndef _NETSPI_H_ #ifndef _NETSPI_H_
#define _NETSPI_H_ #define _NETSPI_H_
#include <windef.h> #include "windef.h"
#include <winnetwk.h> #include "winnetwk.h"
/* /*
* Note: The Unicode variants of all these routines/structures * Note: The Unicode variants of all these routines/structures
...@@ -148,4 +151,3 @@ LPVOID WINAPI NPSNotifyGetContextA(NOTIFYCALLBACK); ...@@ -148,4 +151,3 @@ LPVOID WINAPI NPSNotifyGetContextA(NOTIFYCALLBACK);
#define NPSNotifyGetContext WINELIB_NAME_AW(NPSNotifyGetContext) #define NPSNotifyGetContext WINELIB_NAME_AW(NPSNotifyGetContext)
#endif /* _NETSPI_H_ */ #endif /* _NETSPI_H_ */
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winuser.h" #include "winuser.h"
#include "winnetwk.h"
#include "netspi.h" #include "netspi.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "winerror.h" #include "winerror.h"
...@@ -212,4 +211,3 @@ LPVOID WINAPI NPSNotifyGetContextA( NOTIFYCALLBACK pfNotifyCallBack ) ...@@ -212,4 +211,3 @@ LPVOID WINAPI NPSNotifyGetContextA( NOTIFYCALLBACK pfNotifyCallBack )
FIXME( "(%p): stub\n", pfNotifyCallBack ); FIXME( "(%p): stub\n", pfNotifyCallBack );
return NULL; return NULL;
} }
...@@ -163,7 +163,6 @@ WINDOWS_INCLUDES = \ ...@@ -163,7 +163,6 @@ WINDOWS_INCLUDES = \
mssip.h \ mssip.h \
mswsock.h \ mswsock.h \
nb30.h \ nb30.h \
netspi.h \
npapi.h \ npapi.h \
nspapi.h \ nspapi.h \
ntddcdrm.h \ ntddcdrm.h \
......
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