03-07-2019, 06:25 PM
Hi
you probably don't need the #if #endif, this will work for both:
#include <tchar.h>
int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
{
}
But don't forget to set _TCHAR to wchar_t.
Best Regards
Juergen
you probably don't need the #if #endif, this will work for both:
#include <tchar.h>
int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
{
}
But don't forget to set _TCHAR to wchar_t.
Best Regards
Juergen