Re: [libs/wine/*] Strncpy elimination.

2005-03-28 Thread Peter Berg Larsen
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: [EMAIL PROTECTED] Real name:Peter

Re: [libs/wine/*] Strncpy elimination.

2005-03-28 Thread Alexandre Julliard
Peter Berg Larsen [EMAIL PROTECTED] 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