netapi32: Add missing #include directives to the netapi32 headers.

This commit is contained in:
Francois Gouget 2007-08-03 00:46:28 +02:00 committed by Alexandre Julliard
parent e190682c00
commit d5ce084686
3 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#ifndef __WINE_LMERR_H
#define __WINE_LMERR_H
#include <winerror.h>
#define NERR_Success 0
#define NERR_BASE 2100

View File

@ -19,6 +19,7 @@
#define _LMSERVER_
#include <winsvc.h>
#include <lmcons.h>
#ifdef __cplusplus
extern "C" {

View File

@ -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;