blob: 9451ceb22f517fed0690a6bced99c075ab5e7fb4 [file] [log] [blame]
// Copyright 2022 The Chromium Authors. All rights reserved.
// 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_
namespace chrome {
// 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();
} // namespace chrome
#endif // CHROME_APP_DELAY_LOAD_FAILURE_HOOK_WIN_H_