diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-05-17 15:19:36 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-05-17 15:19:36 +0200 |
commit | 26b2f0e8b6e711aa05b67bf2466a715a063b2517 (patch) | |
tree | 75f88398ff1014d6e5cef83524dac00332e680f2 /test/StormTest.cpp | |
parent | b3c4fa29a1b1773f8dba1d7b1b341fa81c659b3d (diff) |
PDWORD -> LPDWORD
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r-- | test/StormTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index ab003e4..5b32dc1 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4285,13 +4285,13 @@ int _tmain(int argc, TCHAR * argv[]) //
// Tests on a local listfile
//
-
+ /*
if(dwErrCode == ERROR_SUCCESS)
{
TestOnLocalListFile(_T("FLAT-MAP:ListFile_Blizzard.txt"));
dwErrCode = TestOnLocalListFile(_T("ListFile_Blizzard.txt"));
}
-
+ */
//
// Open all files from the command line
//
|