Remove EWK_BRINGUPS for M120 #3
[platform/framework/web/chromium-efl.git] / chrome / app / delay_load_failure_hook_win.h
1 // Copyright 2022 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_APP_DELAY_LOAD_FAILURE_HOOK_WIN_H_
6 #define CHROME_APP_DELAY_LOAD_FAILURE_HOOK_WIN_H_
7
8 namespace chrome {
9
10 // This should be called early in process startup (before any delay load
11 // failures) to disable the delay load hooks for the main EXE file.
12 void DisableDelayLoadFailureHooksForMainExecutable();
13
14 }  // namespace chrome
15
16 #endif  // CHROME_APP_DELAY_LOAD_FAILURE_HOOK_WIN_H_