From 3c8cc59c40509f7a1476bd9092e30da3365c58c6 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sun, 6 Nov 2016 14:27:57 +0100 Subject: + Public include directories moved to "include" directory --- storm_dll/Storm_dll.vcproj | 4 ---- storm_dll/storm.dll | Bin 334312 -> 0 bytes storm_dll/storm.lib | Bin 5238 -> 5238 bytes storm_dll/storm_test.cpp | 2 -- 4 files changed, 6 deletions(-) delete mode 100644 storm_dll/storm.dll (limited to 'storm_dll') diff --git a/storm_dll/Storm_dll.vcproj b/storm_dll/Storm_dll.vcproj index da9a11d..6b123ff 100644 --- a/storm_dll/Storm_dll.vcproj +++ b/storm_dll/Storm_dll.vcproj @@ -94,7 +94,6 @@ /> diff --git a/storm_dll/storm.dll b/storm_dll/storm.dll deleted file mode 100644 index e35fc12..0000000 Binary files a/storm_dll/storm.dll and /dev/null differ diff --git a/storm_dll/storm.lib b/storm_dll/storm.lib index 64d3561..ce5f3f4 100644 Binary files a/storm_dll/storm.lib and b/storm_dll/storm.lib differ diff --git a/storm_dll/storm_test.cpp b/storm_dll/storm_test.cpp index 2d1e6bc..b72d589 100644 --- a/storm_dll/storm_test.cpp +++ b/storm_dll/storm_test.cpp @@ -30,8 +30,6 @@ int main() BYTE Buffer[0x100]; DWORD dwBytesRead = 0; - _asm int 3; - if(StormOpenArchive(szArchiveName, 0, 0, &hMpq)) { if(StormOpenFileEx(hMpq, "war3map.j", 0, &hFile)) -- cgit v1.2.3