Commit d5ce0846 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent e190682c
......@@ -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;
......
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