diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-02 08:40:07 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-02 08:40:07 +0100 |
commit | 499af55179261b7da6fb01f6947bb1d29bb02074 (patch) | |
tree | 6526ce4d24e554ae97b12c7a38cb5b4c2e88a007 /src/LibTomMathDesc.c | |
parent | 999ee276cfd7420abaf7566932b591677aff184f (diff) |
Progress
Diffstat (limited to 'src/LibTomMathDesc.c')
-rw-r--r-- | src/LibTomMathDesc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LibTomMathDesc.c b/src/LibTomMathDesc.c new file mode 100644 index 0000000..574cdfb --- /dev/null +++ b/src/LibTomMathDesc.c @@ -0,0 +1,4 @@ +// This is a source file for WDK build of StormLib +// It is copied to the root folder during the build process + +#include ".\libtomcrypt\src\math\ltm_desc.c" |