Fix #29: stupid DOpus requires a more stupid "dopusrt.exe"... let OllyDbg fxxk it up

This commit is contained in:
Paddy Xu
2017-06-17 01:03:58 +03:00
parent bda5a38df1
commit 27afa85086
15 changed files with 2832 additions and 28 deletions

View File

@@ -21,6 +21,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\QuickLook.Native32\DOpus.cpp" />
<ClCompile Include="..\QuickLook.Native32\Everything.cpp" />
<ClCompile Include="..\QuickLook.Native32\HelperMethods.cpp" />
<ClCompile Include="..\QuickLook.Native32\Shell32.cpp" />

View File

@@ -9,5 +9,6 @@
<ClCompile Include="..\QuickLook.Native32\stdafx.cpp" />
<ClCompile Include="..\QuickLook.Native32\WoW64HookHelper.cpp" />
<ClCompile Include="..\QuickLook.Native32\Everything.cpp" />
<ClCompile Include="..\QuickLook.Native32\DOpus.cpp" />
</ItemGroup>
</Project>