https://bugs.winehq.org/show_bug.cgi?id=37908
Maarten anonymous.maarten@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #50531|0 |1 is obsolete| |
--- Comment #4 from Maarten anonymous.maarten@gmail.com --- Created attachment 50537 --> https://bugs.winehq.org/attachment.cgi?id=50537 v2: add basic_ofstream_char_open to the spec file of msvcp70.dll +tests
Thanks for the suggestions, Qian.
The patch included here, lets "glfont.exe" work.
I noticed the ios.c tests are lacking tests concerning writing to files. I also added a rudimentary tests.
I included <uninstd.h> in the ios-test. Is that ok? I used the access function to test for existence of the written file. I hardcoded F_OK to 0 since Windows does not have a define apparently.
Please review!