Commit 8555e77b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

dinput.h: Added missing DI_WRITEPROTECT define.

From mingw-w64.
parent b5083338
......@@ -136,6 +136,7 @@ DECL_WINELIB_TYPE_AW(LPDIRECTINPUTDEVICE8)
#define DI_TRUNCATED ((HRESULT)0x00000008)
#define DI_SETTINGSNOTSAVED ((HRESULT)0x0000000B)
#define DI_TRUNCATEDANDRESTARTED ((HRESULT)0x0000000C)
#define DI_WRITEPROTECT ((HRESULT)0x00000013)
#define DIERR_OLDDIRECTINPUTVERSION \
MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_OLD_WIN_VERSION)
......
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