1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-10 21:21:49 +01:00

Try to fix ARM64 compile

This commit is contained in:
Amrsatrio 2024-12-21 13:19:53 +07:00
parent 6e4c69cc61
commit 1f53188b55
2 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -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
}