feat(Linux): "more minor things"

This commit is contained in:
Sabine 2024-08-08 08:26:11 +02:00
parent e0f4e50dc7
commit 1719df281b

View file

@ -30,7 +30,7 @@ std::vector<KMX_DeadkeyMapping> KMX_FDeadkeys; // I4353
/**
* @brief main function for mcompile for Windows, Linux, Mac
* @param argc number of commandline arguments
* @param argv commandline arguments
* @param argv pointer to commandline arguments: executable, inputfile, outputfile
* @return 0 on success
*/
#if defined(_WIN32) || defined(_WIN64)