diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-02-02 09:16:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 09:16:17 +0100 |
commit | 9beaed54cd6ef17ba3e0209233a29bd74184de6f (patch) | |
tree | ed61bc3a7c30bfe07756eba87930a1045c81cc28 /src/wdk | |
parent | 999ee276cfd7420abaf7566932b591677aff184f (diff) | |
parent | 42b4a8f73d24ec0e73b1d886da11b4f4634b6ab6 (diff) |
Merge pull request #282 from ladislav-zezula/LZ_ReduceBuildTime
Reduced build time in Windows
Diffstat (limited to 'src/wdk')
-rw-r--r-- | src/wdk/sources-wdk-tommath.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wdk/sources-wdk-tommath.c b/src/wdk/sources-wdk-tommath.c index 78e86a2..b394d27 100644 --- a/src/wdk/sources-wdk-tommath.c +++ b/src/wdk/sources-wdk-tommath.c @@ -121,4 +121,3 @@ #include "src\libtommath\bn_s_mp_sqr.c" #include "src\libtommath\bn_s_mp_sub.c" #include "src\libtommath\bncore.c" - |