j
k
j a
j l
RĂ©mi Bernon rbernon@codeweavers.com writes:
buffer[1] = 0; wcsncpy( str, buffer, size );
Please keep lstrcpynW, wcsncpy doesn't do the same thing and is pretty much always the wrong function to use.
Back to the thread
Back to the list