Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
d5ce0846
Commit
d5ce0846
authored
Aug 03, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
netapi32: Add missing #include directives to the netapi32 headers.
parent
e190682c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
lmerr.h
include/lmerr.h
+2
-0
lmserver.h
include/lmserver.h
+1
-0
lmshare.h
include/lmshare.h
+2
-0
No files found.
include/lmerr.h
View file @
d5ce0846
...
@@ -21,6 +21,8 @@
...
@@ -21,6 +21,8 @@
#ifndef __WINE_LMERR_H
#ifndef __WINE_LMERR_H
#define __WINE_LMERR_H
#define __WINE_LMERR_H
#include <winerror.h>
#define NERR_Success 0
#define NERR_Success 0
#define NERR_BASE 2100
#define NERR_BASE 2100
...
...
include/lmserver.h
View file @
d5ce0846
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#define _LMSERVER_
#define _LMSERVER_
#include <winsvc.h>
#include <winsvc.h>
#include <lmcons.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/lmshare.h
View file @
d5ce0846
...
@@ -22,6 +22,8 @@
...
@@ -22,6 +22,8 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#include <lmcons.h>
typedef
struct
_SHARE_INFO_0
{
typedef
struct
_SHARE_INFO_0
{
LMSTR
shi0_netname
;
LMSTR
shi0_netname
;
}
SHARE_INFO_0
,
*
PSHARE_INFO_0
,
*
LPSHARE_INFO_0
;
}
SHARE_INFO_0
,
*
PSHARE_INFO_0
,
*
LPSHARE_INFO_0
;
...
...
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