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:
parent
6e4c69cc61
commit
1f53188b55
@ -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>
|
||||
|
@ -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…
x
Reference in New Issue
Block a user