Re: enumerate the substorage transforms

2005-10-03 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > I thought that too before I sent the patch, so I removed it and > recompiled just to make sure. It's used by the following definition in > include/msiquery.h: > > #define MSIDBOPEN_READONLY (LPCTSTR)0 > > So, yes, I need it to open the database using

Re: enumerate the substorage transforms

2005-09-30 Thread Mike McCormack
Dmitry Timoshkov wrote: Do you really need this define? It looks like it's unused (not mentioning that it breaks Wine rules on using unicode APIs). I thought that too before I sent the patch, so I removed it and recompiled just to make sure. It's used by the following definition in include

Re: enumerate the substorage transforms

2005-09-30 Thread Dmitry Timoshkov
"Mike McCormack" <[EMAIL PROTECTED]> wrote: > --- dlls/msi/action.c 30 Sep 2005 10:32:41 - 1.211 > +++ dlls/msi/action.c 30 Sep 2005 11:33:20 - > @@ -46,6 +46,8 @@ http://msdn.microsoft.com/library/defaul > #define REG_PROGRESS_VALUE 13200 > #define COMPONENT_PROGRESS_VALUE 24000 > > +