[Wine] which is faster: WinApi or C Runtime?

tjandracom wineforum-user at winehq.org
Wed Sep 10 04:50:03 CDT 2008


which is faster in Wine?

WinApi functions such as: CreateFile(), ReadFile(), WriteFile(), CloseFile(), HeapAlloc(), HeapRealloc(), etc.
vs.
C Runtime functions: fopen(), fread(), fwrite, fclose(), malloc(), etc.

if i develop an application to be run in Wine, should i use WinApi functions, or
C Runtime functions?







More information about the wine-users mailing list