Andriy Palamarchuk <[EMAIL PROTECTED]> writes: > My lack of understanding - what is correct approach in > Winelib applications - to use msvcrt or native > functions? > > I always thought that correct approach is to use > msvcrt ones.
Unless you depend on msvcrt-specific features, it's better to use the Unix C library. It will use less memory and load faster. -- Alexandre Julliard [EMAIL PROTECTED]