Skip to content

Commit

Permalink
Fix another compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Aug 11, 2023
1 parent 030596c commit 3189bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,6 @@ void WidevineCdmComponentInstallerPolicy::ResetForNextUpdate() {
installed_.Reset();
}

#endif // !BUILDFLAG(WIDEVINE_ARM64_DLL_FIX)

} // namespace component_updater

#endif // !BUILDFLAG(WIDEVINE_ARM64_DLL_FIX)
2 changes: 1 addition & 1 deletion components/widevine/static_buildflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "build/build_config.h"
#include "build/buildflag.h" // IWYU pragma: export

#if BUILDFLAG(IS_WIN) && defined(ARCH_CPU_ARM64)
#if BUILDFLAG(IS_WIN)// && defined(ARCH_CPU_ARM64)
#define BUILDFLAG_INTERNAL_WIDEVINE_ARM64_DLL_FIX() (1)
#else
#define BUILDFLAG_INTERNAL_WIDEVINE_ARM64_DLL_FIX() (0)
Expand Down

0 comments on commit 3189bb7

Please sign in to comment.