31 May
2002
31 May
'02
3:51 p.m.
Andriy Palamarchuk <apa3a(a)yahoo.com> 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 julliard(a)winehq.com