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">
|
<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>
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user