Re: shell32 - ShellDDEInit

2005-05-10 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > The ReactOS guys are tired of seeing the fixme message. > > Changelog: > Implement ShellDDEInit > > Index: lib/shell32/shell32_main.c > === > --- lib/shell32/shell32_main.c (revision 14

Re: shell32 - ShellDDEInit

2005-04-28 Thread Robert Shearman
Steven Edwards wrote: The ReactOS guys are tired of seeing the fixme message. But they forgot to include a FIXME for the unimplemented callback. The attached untested patch is probably better. Rob ? dlls/shell32/dde.c ? dlls/shell32/version.res Index: dlls/shell32/Makefile.in ===

Re: shell32 - ShellDDEInit

2005-04-28 Thread Andreas Mohr
Hi, On Wed, Apr 27, 2005 at 07:34:05PM -0700, Steven Edwards wrote: > +WCHAR wszSHELL_PROGMAN[] = {'P','R','O','G','M','A','N',0}; > +WCHAR wszSHELL_TOPIC[] = {'P','r','o','g','m','a','n',0}; > +WCHAR wszSHELL_SERVICE[] = {'P','r','o','g','m','a','n',0}; > +WCHAR wszSHELL_STAR[] =