Upravy a opravování kryptování

This commit is contained in:
2024-04-11 14:31:24 +02:00
parent ead3ba6e3e
commit 3b1ee6038e
47 changed files with 414 additions and 422 deletions

View File

@@ -1,3 +1,4 @@
#ifndef EZ_APPLICATION_LICENCE_DISABLE
#define LINUX 1
//#define WINDOWS 1
@@ -8,7 +9,7 @@
/// @param argc
/// @param argv parametry pro generování licence
/// @return
int main6(int argc, char *argv[])
int main8(int argc, char *argv[])
{
unordered_map<string, string> arguments = getArguments(argc, argv);
try
@@ -32,3 +33,5 @@ int main6(int argc, char *argv[])
system("pause");
return SUCCES;
}
#endif