Include previous main for windows.

This commit is contained in:
Thomas Sax 2023-12-06 14:42:57 +01:00
parent e906213441
commit 6377c6c18f

View File

@ -1,5 +1,16 @@
#ifdef WIN32
#ifndef WIN32
#include <QCoreApplication>
#include "tslib.h"
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
return a.exec();
}
#else
#undef _FORTIFY_SOURCE