Tony Lambregts wrote:
David Fraser wrote:
Tony Lambregts wrote:
Wine does not have these defined anywhere. Does anyone know what they should be and where they should be defined?
Not sure about REG_FORCE_RESTORE, but MinGW has the following in winnt.h #define REG_WHOLE_HIVE_VOLATILE 1 #define REG_REFRESH_HIVE 2 #define REG_NO_LAZY_FLUSH 4
OK. What include file should they be in?
I presume WINNT.H as that's where they are in MSVC, mingw and cygwin. David