[PATCH] vbscript: Implemented GetLocale(try 2)

Shuai Meng mengshuaicalendr at gmail.com
Wed Mar 18 11:15:48 CDT 2015


2015-03-18 18:35 GMT+08:00 Piotr Caban <piotr.caban at gmail.com>:

> On 03/17/15 09:29, Shuai Meng wrote:
>
>> -#define DISPID_GLOBAL_VBMSGBOXHELPBUTTON        207
>> -#define DISPID_GLOBAL_VBMSGBOXSETFOREGROUND     208
>> -#define DISPID_GLOBAL_VBMSGBOXRIGHT             209
>> -#define DISPID_GLOBAL_VBMSGBOXRTLREADING        210
>> +#define DISPID_GLOBAL_VBMSGBOXHELPBUTTON        208
>> +#define DISPID_GLOBAL_VBMSGBOXSETFOREGROUND     209
>> +#define DISPID_GLOBAL_VBMSGBOXRIGHT             210
>> +#define DISPID_GLOBAL_VBMSGBOXRTLREADING        211
>>
>>   #define DISPID_GLOBAL_CCUR                      100
>>   #define DISPID_GLOBAL_CINT                      101
>> @@ -210,6 +210,7 @@
>>   #define DISPID_GLOBAL_EXECUTE                   204
>>   #define DISPID_GLOBAL_EXECUTEGLOBAL             205
>>   #define DISPID_GLOBAL_GETREF                    206
>> +#define DISPID_GLOBAL_GETLOCALE                 207
>>
> This changes are not matching the typelib in native vbscript.dll. It looks
> like GetLocale function is not defined there at all.
>

So it is unnecessary to implement GetLocale or SetLocale function? I don't
quite understand your word.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20150319/4f8204a0/attachment-0001.html>


More information about the wine-devel mailing list