mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Refactor Crypto/Utils lib to make it Linux compatible
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user