Module: wine Branch: master Commit: 8555e77b0ea4138b2ef7f3894e636d0585324e27 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8555e77b0ea4138b2ef7f3894e...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Sep 24 16:55:30 2013 +0200
dinput.h: Added missing DI_WRITEPROTECT define.
From mingw-w64.
---
include/dinput.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/dinput.h b/include/dinput.h index 8c779c2..a714eeb 100644 --- a/include/dinput.h +++ b/include/dinput.h @@ -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)