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

userenv: Add a missing include directive to userenv.h.

parent 644cd0ae
......@@ -28,6 +28,7 @@
#include "winternl.h"
#include "winnls.h"
#include "sddl.h"
#include "objbase.h"
#include "userenv.h"
#include "wine/debug.h"
......
......@@ -19,7 +19,7 @@
#ifndef __WINE_USERENV_H
#define __WINE_USERENV_H
/* FIXME: #include <wbemcli.h> */
#include <wbemcli.h>
#include <profinfo.h>
#define PT_TEMPORARY 0x00000001
......
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