Commit 7a797bf6 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

include: Declare NTSTATUS in propvarutils.h.

parent 92a0405d
......@@ -22,6 +22,11 @@
#include <shtypes.h>
#include <shlwapi.h>
#ifndef WINE_NTSTATUS_DECLARED
#define WINE_NTSTATUS_DECLARED
typedef LONG NTSTATUS;
#endif
#ifdef __cplusplus
extern "C" {
#endif
......
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