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

This commit is contained in:
Francois Gouget 2011-12-12 23:54:12 +01:00 committed by Alexandre Julliard
parent 644cd0ae17
commit 48515313fd
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
#include "winternl.h"
#include "winnls.h"
#include "sddl.h"
#include "objbase.h"
#include "userenv.h"
#include "wine/debug.h"

View File

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