http://bugs.winehq.org/show_bug.cgi?id=28612
--- Comment #4 from Josh Juran josh+wine@iswifter.net 2011-10-26 18:51:43 CDT --- Created attachment 37143 --> http://bugs.winehq.org/attachment.cgi?id=37143 Define empty ifstream ctor and dtor
This patch defines (nearly) empty definitions for the two basic_ifstream<char> functions called by Vampire Secrets -- the minimum necessary to avoid the crash. It's probably inadequate for other callers.