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

2
ExplorerPatcher/StartupSound.h

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

Loading…
Cancel
Save