Re: [libs/wine/*] Strncpy elimination.
Peter Berg Larsen <pebl(a)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. -- Alexandre Julliard julliard(a)winehq.org
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(a)math.ku.dk Real name: Peter Berg Larsen Where: Department of Computer Science, Copenhagen Uni., Denmark
Peter Berg Larsen <pebl(a)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. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Peter Berg Larsen