netapi32: Add missing #include directives to the netapi32 headers.
This commit is contained in:
parent
e190682c00
commit
d5ce084686
|
@ -21,6 +21,8 @@
|
|||
#ifndef __WINE_LMERR_H
|
||||
#define __WINE_LMERR_H
|
||||
|
||||
#include <winerror.h>
|
||||
|
||||
#define NERR_Success 0
|
||||
|
||||
#define NERR_BASE 2100
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#define _LMSERVER_
|
||||
|
||||
#include <winsvc.h>
|
||||
#include <lmcons.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <lmcons.h>
|
||||
|
||||
typedef struct _SHARE_INFO_0 {
|
||||
LMSTR shi0_netname;
|
||||
} SHARE_INFO_0, *PSHARE_INFO_0, *LPSHARE_INFO_0;
|
||||
|
|
Loading…
Reference in New Issue