Re: odbccp32: Implement SQLGetPrivateProfileString (try 7)
July 7, 2015
7:31 a.m.
On 07.07.2015 11:15, Alistair Leslie-Hughes wrote:
+ retval = heap_alloc(cbRetBuffer*sizeof(WCHAR)); + + ret = SQLGetPrivateProfileStringW(sect, entry, string, retval, cbRetBuffer, file);
cbRetBuffer is A-buffer length, you're still using it as W-buffer length.
3960
Age (days ago)
3960
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov