Browse Source

Try to fix ARM64 compile

pull/4071/head 22621.4317.67.1_1f53188
Amrsatrio 12 months ago
parent
commit
1f53188b55
  1. 4
      ExplorerPatcher/ExplorerPatcher.vcxproj
  2. 2
      ExplorerPatcher/StartupSound.h

4
ExplorerPatcher/ExplorerPatcher.vcxproj

@ -244,9 +244,7 @@
<ClCompile Include="StartMenuSettings.cpp"> <ClCompile Include="StartMenuSettings.cpp">
<ExcludedFromBuild Condition="'$(WithMainPatcher)'!='true'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(WithMainPatcher)'!='true'">true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="StartupSound.cpp"> <ClCompile Include="StartupSound.cpp" />
<ExcludedFromBuild Condition="'$(WithMainPatcher)'!='true'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="symbols.c"> <ClCompile Include="symbols.c">
<ExcludedFromBuild Condition="'$(WithMainPatcher)'!='true'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(WithMainPatcher)'!='true'">true</ExcludedFromBuild>
</ClCompile> </ClCompile>

2
ExplorerPatcher/StartupSound.h

@ -31,7 +31,7 @@ BOOL AreLogonLogoffShutdownSoundsEnabled();
HRESULT HookLogonSound(); HRESULT HookLogonSound();
BOOL InitSoundWindow(); BOOL InitSoundWindow();
void TermSoundWindow(); void TermSoundWindow();
HRESULT SHPlaySound(LPCWSTR pszSound, DWORD dwFlags); __declspec(dllexport) HRESULT SHPlaySound(LPCWSTR pszSound, DWORD dwFlags);
#ifdef __cplusplus #ifdef __cplusplus
} }

Loading…
Cancel
Save