msvcrt: Implement fopen/wfopen on top of fsopen/wfsopen instead of the other way...
commit2851b31f4cbda7698eee796d1b2c3c47215858ea
authorAlexandre Julliard <julliard@winehq.org>
Wed, 7 Feb 2007 12:25:29 +0000 (7 13:25 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Feb 2007 12:25:29 +0000 (7 13:25 +0100)
tree015c730f5e3ce003722e390b47dab732eeee2c13
parent712e67723a707d6c7a18e509cb208d3e5cb67fd8
msvcrt: Implement fopen/wfopen on top of fsopen/wfsopen instead of the other way around.
dlls/msvcrt/file.c