Hi, I am trying to compile something that needs to be compiled defining UNICODE and _UNICODE but I am getting this error:
In file included from plugins/yapp/../../include/m_database.h:67, from plugins/yapp/stdafx.h:39, from plugins/yapp/options.cpp:1: /usr/include/wine/windows/tchar.h:27:2: error: #error You must use msvcrt when building in Unicode/MBCS mode
I tried defining __WINE_USE_MSVCRT but it did not help. Does anyone have any idea of how to solve this problem?
Thank you in advance. Sergio.