Browse Source

Updated to latest sws

pull/277/head
Valentin Radu 4 years ago
parent
commit
145c03914a
  1. 1
      ExplorerPatcher/ExplorerPatcher.vcxproj
  2. 3
      ExplorerPatcher/ExplorerPatcher.vcxproj.filters
  3. 2
      ExplorerPatcher/utility.h
  4. 2
      libs/sws

1
ExplorerPatcher/ExplorerPatcher.vcxproj

@ -272,6 +272,7 @@ @@ -272,6 +272,7 @@
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_def.h" />
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_error.h" />
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_RegistryMonitor.h" />
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_utility.h" />
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_vector.h" />
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_window.h" />
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_WindowHelpers.h" />

3
ExplorerPatcher/ExplorerPatcher.vcxproj.filters

@ -102,6 +102,9 @@ @@ -102,6 +102,9 @@
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_window.h">
<Filter>Header Files\sws</Filter>
</ClInclude>
<ClInclude Include="..\libs\sws\SimpleWindowSwitcher\sws_utility.h">
<Filter>Header Files\sws</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="ExplorerPatcher.rc">

2
ExplorerPatcher/utility.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#ifndef _H_UTILITY_H_
#define _H_UTILITY_H_
#if __has_include("ep_private.h")
#define USE_PRIVATE_INTERFACES
//#define USE_PRIVATE_INTERFACES
#endif
#include <Windows.h>
#include <tchar.h>

2
libs/sws

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 99bb6a99adb45d905812cb03afccdbaf19fdfe95
Subproject commit 8a5f14fadb1d8c120ace9c6dd2af74481da7abd3
Loading…
Cancel
Save