http://bugs.winehq.org/show_bug.cgi?id=33123
--- Comment #13 from Piotr Caban piotr.caban@gmail.com 2013-03-20 12:31:07 CDT --- The application makes some kind of functions check. First it fails on memset.
After adding following line in msvcr90.spec the app goes a little further: @ cdecl memset(ptr long long) ntdll.memset #don't forward to msvcrt, it breaks Naver LINE
With this change the application is still not working.