shell32 - ShellDDEInit

Andreas Mohr andi at rhlx01.fht-esslingen.de
Thu Apr 28 02:32:13 CDT 2005


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[] = {'*',0};
> +    WCHAR wszSHELL_SHELL[] = {'S','h','e','l','l',0};
> +    WCHAR wszSHELL_APPPROPS[] = {'A','p','p','P','r','o','p', 'e', 'r', 't', 'i', 'e', 's',0};
> +    WCHAR wszSHELL_FOLDERS[] = {'F','o','l','d','e','r','s',0};
I suppose this should be const WCHAR?

We might want to remain as easily pageable (or rather discardable - .rodata)
as possible.

Andreas Mohr



More information about the wine-devel mailing list