mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-19 17:08:44 +01:00
Updated to latest sws
This commit is contained in:
parent
c0bdc4346d
commit
145c03914a
@ -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" />
|
||||
|
@ -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">
|
||||
|
@ -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
2
libs/sws
@ -1 +1 @@
|
||||
Subproject commit 99bb6a99adb45d905812cb03afccdbaf19fdfe95
|
||||
Subproject commit 8a5f14fadb1d8c120ace9c6dd2af74481da7abd3
|
Loading…
x
Reference in New Issue
Block a user