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
48515313
Commit
48515313
authored
Dec 12, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
userenv: Add a missing include directive to userenv.h.
parent
644cd0ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
userenv_main.c
dlls/userenv/userenv_main.c
+1
-0
userenv.h
include/userenv.h
+1
-1
No files found.
dlls/userenv/userenv_main.c
View file @
48515313
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
#include "winternl.h"
#include "winternl.h"
#include "winnls.h"
#include "winnls.h"
#include "sddl.h"
#include "sddl.h"
#include "objbase.h"
#include "userenv.h"
#include "userenv.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
include/userenv.h
View file @
48515313
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#ifndef __WINE_USERENV_H
#ifndef __WINE_USERENV_H
#define __WINE_USERENV_H
#define __WINE_USERENV_H
/* FIXME: #include <wbemcli.h> */
#include <wbemcli.h>
#include <profinfo.h>
#include <profinfo.h>
#define PT_TEMPORARY 0x00000001
#define PT_TEMPORARY 0x00000001
...
...
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