Module: wine Branch: master Commit: bb22543125182b1f56a50fadab3a768a814f26e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bb22543125182b1f56a50fadab... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Aug 8 10:40:35 2007 +0200 winreg.h: Add RRF_RT_ANY. --- include/winreg.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/winreg.h b/include/winreg.h index 4e04956..9d246c2 100644 --- a/include/winreg.h +++ b/include/winreg.h @@ -77,6 +77,7 @@ typedef ACCESS_MASK REGSAM; #define RRF_RT_REG_QWORD (1 << 6) #define RRF_RT_DWORD (RRF_RT_REG_BINARY | RRF_RT_REG_DWORD) #define RRF_RT_QWORD (RRF_RT_REG_BINARY | RRF_RT_REG_QWORD) +#define RRF_RT_ANY 0xffff #define RRF_NOEXPAND (1 << 28) #define RRF_ZEROONFAILURE (1 << 29)