@@ -5,4 +5,13 @@ int main(int argc, char** argv)
{
std::cout << "j3ml demo coming soon" << std::endl;
return 0;
}
#ifdef __WIN32
extern "C" {
int wmain(int argc, wchar_t* argv[])
return main(argc, reinterpret_cast<char **>(argv));
};
#endif
The note is not visible to the blocked user.