j
k
j a
j l
+static HRESULT Global_GetLocale(vbdisp_t *This, VARIANT *arg, unsigned args_cnt, VARIANT *res) +{ return return_int(res, GetACP()); +}
+static HRESULT Global_GetLocale(vbdisp_t *This, VARIANT *arg, unsigned args_cnt, VARIANT *res) +{
+}
This looks completely wrong. Docs say it should return locale id (as name suggests), not a codepage value.
Back to the thread
Back to the list