Refactor Crypto/Utils lib to make it Linux compatible

This commit is contained in:
Jan
2021-03-01 08:17:18 -08:00
parent 22402766af
commit b6b0a57232
6 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,4 @@
#include "CommandLineOption.h"
#include <Windows.h>
CommandLineOption::CommandLineOption()
{
@ -57,4 +56,4 @@ CommandLineOption* CommandLineOption::Builder::Build() const
delete this;
return result;
}
}