blob: 6ce313e8e1154a5e015c4800b03517fe1c467537 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_APP_DELAY_LOAD_FAILURE_HOOK_WIN_H_
#define CHROME_APP_DELAY_LOAD_FAILURE_HOOK_WIN_H_
// This should be called early in process startup (before any delay load
// failures) to disable the delay load hooks for the main EXE file.
void DisableDelayLoadFailureHooksForMainExecutable();
#endif // CHROME_APP_DELAY_LOAD_FAILURE_HOOK_WIN_H_