[Issue 8642] Fix `fopen` and friends signatures on Windows to not accept `char*`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Sep 11 10:46:50 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8642
Jonathan M Davis <jmdavisProg at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmdavisProg at gmx.com
--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-09-11 10:47:12 PDT ---
fopen is standard C, and druntime simply provides the bindings for the C
library as well as the system calls specific to the OS. Most code should be
using D functions, not the C ones anyway. Providing bindings to standard C
functions or system call APIs is _not_ a bug. If you don't want to use them,
don't use them.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list