Peter Berg Larsen pebl@math.ku.dk writes:
Changelog: Janitorial Task: Check the usage of strncpy/strncpyW.
You can't use lstrcpynA in the libs/ directory, you have to stick to Unix APIs.
On 28 Mar 2005, Alexandre Julliard wrote:
Janitorial Task: Check the usage of strncpy/strncpyW.
You can't use lstrcpynA in the libs/ directory, you have to stick to Unix APIs.
Ok, I just compiled and wine seemed to work.
Peter -- E-Mail: pebl@math.ku.dk Real name: Peter Berg Larsen Where: Department of Computer Science, Copenhagen Uni., Denmark
Peter Berg Larsen pebl@math.ku.dk writes:
On 28 Mar 2005, Alexandre Julliard wrote:
You can't use lstrcpynA in the libs/ directory, you have to stick to Unix APIs.
Ok, I just compiled and wine seemed to work.
Yes, that's because they are declared inline, but we don't want to rely on that since the compiler is allowed to not inline them.