Skip to content

Commit

Permalink
Try to fix ARM64 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Dec 21, 2024
1 parent 6e4c69c commit 1f53188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ExplorerPatcher/ExplorerPatcher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion ExplorerPatcher/StartupSound.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1f53188

Please sign in to comment.